]> git.pld-linux.org Git - packages/freenx-server.git/commitdiff
- allow use freenx 0.7.2 with NX 3.2.0
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 7 Aug 2008 06:53:04 +0000 (06:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freenx-server-nx-3.2.0.patch -> 1.1

freenx-server-nx-3.2.0.patch [new file with mode: 0644]

diff --git a/freenx-server-nx-3.2.0.patch b/freenx-server-nx-3.2.0.patch
new file mode 100644 (file)
index 0000000..20ebe79
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ur freenx-server-0.7.2/nxloadconfig freenx-server-0.7.2.new/nxloadconfig
+--- freenx-server-0.7.2/nxloadconfig   2008-03-14 22:47:47.000000000 +0100
++++ freenx-server-0.7.2.new/nxloadconfig       2008-08-07 08:48:53.440467565 +0200
+@@ -598,8 +598,8 @@
+       [ -z $(echo "$ENABLE_ROOTLESS_MODE" | egrep "^[0|1]$") ] && \
+               ERROR="yes" && echo "Error: Invalid value \"ENABLE_ROOTLESS_MODE=$ENABLE_ROOTLESS_MODE\""
+-      [ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] && \
+-              ERROR="yes" && echo "Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this version of FreeNX."
++      [ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - Version 2.[01].0|NXAGENT - Version 3.[012].0')" ] && \
++              ERROR="yes" && echo "Error: Could not find 1.5.0 or 2.[01].0 or 3.[012].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[012].0 backend is needed for this version of FreeNX."
+               
+       [ -z $(echo "$ENABLE_USESSION" | egrep "^[0|1]$") ] && \
+               ERROR="yes" && echo "Error: Invalid value \"ENABLE_USESSION=$ENABLE_USESSION\""
+Tylko w freenx-server-0.7.2.new/: nxloadconfig~
This page took 0.030166 seconds and 4 git commands to generate.