diff -Naur freenx-0.7.1/node.conf.sample freenx-0.7.1-magellan/node.conf.sample --- freenx-0.7.1/node.conf.sample 2007-10-15 00:25:14.000000000 +0200 +++ freenx-0.7.1-magellan/node.conf.sample 2007-10-19 01:39:50.000000000 +0200 @@ -444,7 +444,7 @@ ######################################################################### # When you installed a 2.0.0 NX Backend, set this to 1. -#ENABLE_2_0_0_BACKEND="0" +#ENABLE_2_0_0_BACKEND="1" # When set to 1 this will automatically resume started sessions #ENABLE_AUTORECONNECT="0" diff -Naur freenx-0.7.1/nxloadconfig freenx-0.7.1-magellan/nxloadconfig --- freenx-0.7.1/nxloadconfig 2007-10-15 00:25:14.000000000 +0200 +++ freenx-0.7.1-magellan/nxloadconfig 2007-10-19 01:42:42.000000000 +0200 @@ -194,7 +194,7 @@ # Misc directives -ENABLE_2_0_0_BACKEND="" +ENABLE_2_0_0_BACKEND="1" ENABLE_AUTORECONNECT="0" ENABLE_AUTORECONNECT_BEFORE_140="1" EXPORT_USERIP="0" @@ -578,8 +578,9 @@ [ -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.0.0')" ] && \ - ERROR="yes" && echo "Error: Could not find 1.5.0 or 2.[01].0 or 3.0.0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.0.0 backend is needed for this version of FreeNX." + # disabled, nxagent is a wrapper + #[ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - Version 2.[01].0|NXAGENT - Version 3.0.0')" ] && \ + # ERROR="yes" && echo "Error: Could not find 1.5.0 or 2.[01].0 or 3.0.0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.0.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\""