]> git.pld-linux.org Git - packages/freenx-server.git/blame - freenx-node-conf.patch
- verify() for config file
[packages/freenx-server.git] / freenx-node-conf.patch
CommitLineData
852d4b7c 1diff -ur freenx-0.5.0-test-2006-03-08-5-o/node.conf.sample freenx-0.5.0-test-2006-03-08-5/node.conf.sample
2--- freenx-0.5.0-test-2006-03-08-5-o/node.conf.sample 2005-08-29 05:44:59.000000000 -0600
3+++ freenx-0.5.0-test-2006-03-08-5/node.conf.sample 2006-05-22 23:25:07.000000000 -0600
4@@ -305,7 +305,13 @@
5
6 # The key that contains the name of the complete path of command name
7 # 'xauth'.
8-#COMMAND_XAUTH=/usr/X11R6/bin/xauth
5f1aeab4 9+COMMAND_XAUTH=/usr/X11R6/bin/xauth
852d4b7c 10+
5f1aeab4 11+COMMAND_XSET=/usr/X11R6/bin/xset
852d4b7c 12+
5f1aeab4 13+COMMAND_XMODMAP=/usr/X11R6/bin/xmodmap
852d4b7c 14+
5f1aeab4 15+COMMAND_XKBCOMP=/usr/X11R6/bin/xkbcomp
852d4b7c 16
17 # The key that contains the name of the complete path of command name
18 # 'smbmount'.
19@@ -316,7 +322,7 @@
20 #COMMAND_SMBUMOUNT=smbumount
21
22 # The key that contains the name of the complete path of the 'netcat' command.
23-#COMMAND_NETCAT=netcat
24+COMMAND_NETCAT=nc
25
26 # The key that contains the name of the complete path of the 'ssh' and
27 # 'ssh-keygen' command.
6ea93cdb 28@@ -384,3 +390,5 @@
29
30 # Extra options to nxproxy. See !M documentation for useful parameters.
31 #PROXY_EXTRA_OPTIONS=""
32+
33+APPLICATION_LIBRARY_PRELOAD="/usr/lib/libX11-nx.so.6.2:/usr/lib/libXext-nx.so.6.4:/usr/lib/libXcomp.so.1:/usr/lib/libXcompext.so.1:/usr/lib/libXrender-nx.so.1.2"
34
This page took 0.064728 seconds and 4 git commands to generate.