]> git.pld-linux.org Git - packages/freenx-server.git/blob - freenx-server-nx-3.2.0.patch
- rel 2
[packages/freenx-server.git] / freenx-server-nx-3.2.0.patch
1 diff -ur freenx-server-0.7.2/nxloadconfig freenx-server-0.7.2.new/nxloadconfig
2 --- freenx-server-0.7.2/nxloadconfig    2008-03-14 22:47:47.000000000 +0100
3 +++ freenx-server-0.7.2.new/nxloadconfig        2008-08-07 08:48:53.440467565 +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\""
15 Tylko w freenx-server-0.7.2.new/: nxloadconfig~
This page took 0.085567 seconds and 3 git commands to generate.