Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 567 diff -Naur freenx-server-0.7.2/node.conf.sample freenx-server-0.7.2-magellan/node.conf.sample
2     --- freenx-server-0.7.2/node.conf.sample 2008-03-14 22:47:47.000000000 +0100
3     +++ freenx-server-0.7.2-magellan/node.conf.sample 2008-04-20 11:24:38.000000000 +0200
4     @@ -516,7 +516,7 @@
5     #ENABLE_1_5_0_BACKEND="0"
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-server-0.7.2/nxloadconfig freenx-server-0.7.2-magellan/nxloadconfig
14     --- freenx-server-0.7.2/nxloadconfig 2008-03-14 22:47:47.000000000 +0100
15     +++ freenx-server-0.7.2-magellan/nxloadconfig 2008-04-20 11:24:58.000000000 +0200
16     @@ -204,7 +204,7 @@
17     # Misc directives
18    
19     ENABLE_1_5_0_BACKEND=""
20     -ENABLE_AUTORECONNECT="0"
21     +ENABLE_AUTORECONNECT="1"
22     ENABLE_AUTORECONNECT_BEFORE_140="1"
23     EXPORT_USERIP="0"
24     EXPORT_SESSIONID="1"