Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ff0d46e0
Commit
ff0d46e0
authored
Jul 05, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bin/nxauth: Remove deprecated wrapper script "nxauth".
parent
f397f3a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
30 deletions
+0
-30
nxauth
bin/nxauth
+0
-30
No files found.
bin/nxauth
deleted
100644 → 0
View file @
f397f3a4
#!/bin/bash
# Copyright (C) 2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
NXAPP
=
nxauth
NX_LIBS
=
/usr/lib/nx
NX_LOCAL_LIBS
=
/usr/local/lib/nx
# make sure nxagent starts properly with pam_tmpdir.so being in use
NX_TEMP
=
${
NX_TEMP
:-
/tmp
}
export
NX_TEMP
test
-x
$NX_LOCAL_LIBS
/bin/
$NXAPP
&&
export
NX_LIBS
=
$NX_LOCAL_LIBS
test
-x
$NX_LIBS
/bin/
$NXAPP
&&
export
NX_LIBS
=
$NX_LIBS
exec
$NX_LIBS
/bin/
$NXAPP
"
$@
"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment