Magellan Linux

Contents of /trunk/nxserver-freenx/patches/nxserver-freenx-0.7.2-nx32-backend.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 567 - (show annotations) (download)
Sun Apr 20 10:06:06 2008 UTC (16 years, 1 month ago) by niro
File size: 1201 byte(s)
-re-diffed

1 diff -Naur freenx-server-0.7.2/nxloadconfig freenx-server-0.7.2-magellan/nxloadconfig
2 --- freenx-server-0.7.2/nxloadconfig 2008-03-14 22:47:47.000000000 +0100
3 +++ freenx-server-0.7.2-magellan/nxloadconfig 2008-04-20 11:20:47.000000000 +0200
4 @@ -598,8 +598,8 @@
5 [ -z $(echo "$ENABLE_ROOTLESS_MODE" | egrep "^[0|1]$") ] && \
6 ERROR="yes" && echo "Error: Invalid value \"ENABLE_ROOTLESS_MODE=$ENABLE_ROOTLESS_MODE\""
7
8 - [ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] && \
9 - 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."
10 + [ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - Version 2.[01].0|NXAGENT - Version 3.[012].0')" ] && \
11 + 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."
12
13 [ -z $(echo "$ENABLE_USESSION" | egrep "^[0|1]$") ] && \
14 ERROR="yes" && echo "Error: Invalid value \"ENABLE_USESSION=$ENABLE_USESSION\""