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
92374647
Commit
92374647
authored
Dec 31, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Remove patches and put as executable scripts into /debian/bin/
- 005_add-nxagent-wrapper.patch. - 008_add-nxproxy-wrapper.patch. - 011_add-nxauth-wrapper.patch.
parent
383f8eec
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
5 additions
and
48 deletions
+5
-48
nxagent.install
debian/nxagent.install
+3
-2
nxauth.install
debian/nxauth.install
+1
-1
nxproxy.install
debian/nxproxy.install
+1
-1
005_nxagent_add-nxagent-wrapper.patch
debian/patches/005_nxagent_add-nxagent-wrapper.patch
+0
-12
008_nxproxy_add-nxproxy-wrapper.patch
debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
+0
-13
011_nxauth_add-nxauth-wrapper.patch
debian/patches/011_nxauth_add-nxauth-wrapper.patch
+0
-13
series
debian/patches/series
+0
-4
rules
debian/rules
+0
-2
No files found.
debian/nxagent.install
View file @
92374647
nx
-
X11
/
programs
/
Xserver
/
nxagent
usr
/
lib
/
nx
bin
/
nxagent
usr
/
bin
nx
-
X11
/
programs
/
Xserver
/
nxagent
usr
/
lib
/
nx
debian
/
bin
/
nxagent
usr
/
bin
debian
/
rgb
usr
/
share
/
nx
debian
/
nxagent
.
keyboard
etc
/
nxagent
nx
-
X11
/
programs
/
Xserver
/
hw
/
nxagent
/
nxagent
.
xpm
usr
/
share
/
pixmaps
\ No newline at end of file
debian/nxauth.install
View file @
92374647
nx
-
X11
/
programs
/
nxauth
/
nxauth
usr
/
lib
/
nx
/
bin
/
nxauth
usr
/
bin
debian
/
bin
/
nxauth
usr
/
bin
debian/nxproxy.install
View file @
92374647
nxproxy
/
nxproxy
usr
/
lib
/
nx
bin
/
nxproxy
usr
/
bin
debian
/
bin
/
nxproxy
usr
/
bin
debian/patches/005_nxagent_add-nxagent-wrapper.patch
deleted
100644 → 0
View file @
383f8eec
--- /dev/null
+++ b/bin/nxagent
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxagent "$@"
debian/patches/008_nxproxy_add-nxproxy-wrapper.patch
deleted
100644 → 0
View file @
383f8eec
--- /dev/null
+++ b/bin/nxproxy
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxproxy "$@"
\ No newline at end of file
debian/patches/011_nxauth_add-nxauth-wrapper.patch
deleted
100644 → 0
View file @
383f8eec
--- /dev/null
+++ b/bin/nxauth
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxauth "$@"
\ No newline at end of file
debian/patches/series
View file @
92374647
...
...
@@ -2,13 +2,9 @@
002_nxcompshad_build-against-nx-x11-only.patch
003_nxcompshad_gcc43.patch
004_nx-x11_fix-nxcompshad-build.patch
005_nxagent_add-nxagent-wrapper.patch
#006_remove-configure-files.patch
007_nxcompshad_clean-gch-files.patch
008_nxproxy_add-nxproxy-wrapper.patch
009_nxproxy_add-man-page.patch
010_nxauth_fix-binary-name-in-man-page.patch
011_nxauth_add-nxauth-wrapper.patch
012_nxcomp_makefile-uninstall.patch
013_nxcompext_makefile-uninstall.patch
014_nxcompshad_makefile-uninstall.patch
...
...
debian/rules
View file @
92374647
...
...
@@ -36,8 +36,6 @@ override_dh_auto_install:
override_dh_quilt_patch:
dh_quilt_patch
chmod a+x bin/nxagent
chmod a+x bin/nxproxy
override_dh_quilt_unpatch:
dh_quilt_unpatch
...
...
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