Magellan Linux

Annotation of /trunk/nxserver-freenx/patches/nxserver-freenx-0.6.0-reconnect.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 151 - (hide annotations) (download)
Tue May 8 20:26:14 2007 UTC (17 years ago) by niro
File size: 917 byte(s)
-moved to patches subdir

1 niro 151 diff -Naur freenx-0.6.0/node.conf.sample freenx-0.6.0.patched/node.conf.sample
2     --- freenx-0.6.0/node.conf.sample 2007-01-25 10:43:03.000000000 +0100
3     +++ freenx-0.6.0.patched/node.conf.sample 2007-01-25 10:43:27.000000000 +0100
4     @@ -339,7 +339,7 @@
5     #ENABLE_2_0_0_BACKEND="1"
6    
7     # When set to 1 this will automatically resume started sessions
8     -#ENABLE_AUTORECONNECT="0"
9     +#ENABLE_AUTORECONNECT="1"
10    
11     # When set to 1 this will automatically resume started sessions
12     # but only if an older client version is used
13     diff -Naur freenx-0.6.0/nxloadconfig freenx-0.6.0.patched/nxloadconfig
14     --- freenx-0.6.0/nxloadconfig 2007-01-25 10:43:03.000000000 +0100
15     +++ freenx-0.6.0.patched/nxloadconfig 2007-01-25 10:43:46.000000000 +0100
16     @@ -172,7 +172,7 @@
17     # Misc directives
18    
19     ENABLE_2_0_0_BACKEND="1"
20     -ENABLE_AUTORECONNECT="0"
21     +ENABLE_AUTORECONNECT="1"
22     ENABLE_AUTORECONNECT_BEFORE_140="1"
23     EXPORT_USERIP="0"
24     EXPORT_SESSIONID="1"