Author: aredridel Date: Sat Sep 13 18:46:02 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - up for 0.7.3
---- Files affected: SOURCES: freenx-node-conf.patch (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SOURCES/freenx-node-conf.patch diff -u SOURCES/freenx-node-conf.patch:1.6 SOURCES/freenx-node-conf.patch:1.7 --- SOURCES/freenx-node-conf.patch:1.6 Sun Aug 17 23:55:16 2008 +++ SOURCES/freenx-node-conf.patch Sat Sep 13 20:45:57 2008 @@ -1,22 +1,20 @@ -diff -Nur freenx-server-0.7.2.orig/node.conf.sample freenx-server-0.7.2.freenx-node-conf/node.conf.sample ---- freenx-server-0.7.2.orig/node.conf.sample 2008-03-14 15:47:47.000000000 -0600 -+++ freenx-server-0.7.2.freenx-node-conf/node.conf.sample 2008-08-17 15:54:20.000000000 -0600 -@@ -460,7 +460,13 @@ - - # The key that contains the name of the complete path of command name +diff -Nur freenx-server-0.7.3.orig/node.conf.sample freenx-server-0.7.3.freenx-node-conf/node.conf.sample +--- freenx-server-0.7.3.orig/node.conf.sample 2008-08-21 18:44:43.000000000 -0600 ++++ freenx-server-0.7.3.freenx-node-conf/node.conf.sample 2008-09-13 12:32:39.000000000 -0600 +@@ -522,6 +522,12 @@ # 'xauth'. --#COMMAND_XAUTH=/usr/X11R6/bin/xauth + #COMMAND_XAUTH=/usr/bin/xauth + +COMMAND_XAUTH=xauth -+ +COMMAND_XSET=xset -+ +COMMAND_XMODMAP=xmodmap -+ +COMMAND_XKBCOMP=xkbcomp - ++# ++ # The key that contains the name of the complete path of command name # 'smbmount'. -@@ -479,7 +485,7 @@ + #COMMAND_SMBMOUNT=smbmount +@@ -539,7 +545,7 @@ #COMMAND_SMBUMOUNT_CIFS=/sbin/umount.cifs # The key that contains the name of the complete path of the 'netcat' command. @@ -25,16 +23,16 @@ # The key that contains the name of the complete path of the 'ssh' and # 'ssh-keygen' command. -@@ -545,7 +551,7 @@ - # for examples of useful parameters. +@@ -606,6 +612,8 @@ #AGENT_EXTRA_OPTIONS_RFB="" #AGENT_EXTRA_OPTIONS_RDP="" --#AGENT_EXTRA_OPTIONS_X="" -+AGENT_EXTRA_OPTIONS_X="-fp /usr/share/fonts/misc/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/" + #AGENT_EXTRA_OPTIONS_X="-nolisten tcp" ++AGENT_EXTRA_OPTIONS_X="-fp /usr/share/fonts/misc/,/usr/share/fonts/100dpi/,/usr ++/share/fonts/75dpi/,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/" # The number of seconds we wait for the nxagent to start before # deciding startup has failed -@@ -567,6 +573,8 @@ +@@ -627,6 +635,8 @@ # Extra options to nxproxy. See !M documentation for useful parameters. #PROXY_EXTRA_OPTIONS="" @@ -43,10 +41,10 @@ # In case you want to use an external 'rdesktop' command # set this to "1". # -diff -Nur freenx-server-0.7.2.orig/node.conf.sample.orig freenx-server-0.7.2.freenx-node-conf/node.conf.sample.orig ---- freenx-server-0.7.2.orig/node.conf.sample.orig 1969-12-31 17:00:00.000000000 -0700 -+++ freenx-server-0.7.2.freenx-node-conf/node.conf.sample.orig 2008-08-17 15:54:20.000000000 -0600 -@@ -0,0 +1,585 @@ +diff -Nur freenx-server-0.7.3.orig/node.conf.sample.orig freenx-server-0.7.3.freenx-node-conf/node.conf.sample.orig +--- freenx-server-0.7.3.orig/node.conf.sample.orig 1969-12-31 17:00:00.000000000 -0700 ++++ freenx-server-0.7.3.freenx-node-conf/node.conf.sample.orig 2008-08-21 18:44:43.000000000 -0600 +@@ -0,0 +1,645 @@ +# node.conf +# +# This file is provided by FreeNX. It should be placed either into @@ -112,7 +110,7 @@ +#ENABLE_USERMODE_AUTHENTICATION="0" + +# This adds the passdb to the possible authentication methods -+#ENABLE_PASSDB_AUTHENTICATION="1" ++#ENABLE_PASSDB_AUTHENTICATION="0" + +# This adds SSH to the possible authentication methods. For it to work sshd +# must be set up at localhost accepting password authentication. @@ -153,7 +151,16 @@ +# For this to work the binary nxserver-helper has to be installed in +# PATH_BIN. +# -+#ENABLE_SLAVE_MODE="0" ++#ENABLE_SLAVE_MODE="1" ++ ++# If ENABLE_LOG_FAILED_LOGINS="1" then failed login attempts are logged to the system ++# auth.log. ++# ++# This is useful in combination with tools like fail2ban. ++# ++# The default is to log failed login attemps via syslog (3). ++# ++#ENABLE_LOG_FAILED_LOGINS="1" + +######################################################################### +# Restriction directives @@ -198,6 +205,50 @@ +#ENABLE_DESKTOP_SHARING=1 + +# ++# General shadowing / mirroring notes: ++# ++# By default shadowing is only allowed for the same user. ++# ++# If nxserver finds nxshadowacl binary, it asks it, for which users ++# the permission is granted. ++# ++# nxshadowacl <user> ++# ++# Exit code: ++# ++# 0 -> Save cookie in session file for other users ++# 1 -> Do not save cookie ++# ++# Check if user is allowed to be shadowed by admin user. ++# ++# nxshadowacl <user> <admin> ++# ++# Exit code: ++# ++# 0 -> Yes, allow shadowing and add to list ++# 1 -> No, don't allow shadowing ++# ++ ++# ++# When using NX 3.0 shadowing, this enables asking the user whether ++# he authorizes another user to shadow his session ++# ++# 0: No authorization request will be presented, ++# and the session will be shadowed as if the user had approved. ++# 1: (default) Ask for authorization ++# ++#ENABLE_SESSION_SHADOWING_AUTHORIZATION=1 ++ ++# Allow session shadowing in interactive mode: ++# ++# 1: The shadowing user can interact with the shadowed session. ++# ++# 0: The shadowed session is view-only. No interaction with the ++# shadowed session is possible. ++# ++#ENABLE_INTERACTIVE_SESSION_SHADOWING=1 ++ ++# +# Enable or disable clipboard: +# +# client: The content copied on the client can be pasted inside the @@ -456,6 +507,13 @@ +# +#ENABLE_SAMBA_PRELOAD="0" + ++# FreeNX with ENABLE_SOURCE_BASH_PROFILE="1" will source the users ~/.bash_profile ++# before application startup as we are kind of a login shell. ++# ++# With this key this behaviour can be enabled (default) or disabled. ++# ++#ENABLE_SOURCE_BASH_PROFILE="1" ++ +######################################################################### +# Path directives +######################################################################### @@ -509,7 +567,7 @@ + +# The key that contains the name of the complete path of command name +# 'xauth'. -+#COMMAND_XAUTH=/usr/X11R6/bin/xauth ++#COMMAND_XAUTH=/usr/bin/xauth + +# The key that contains the name of the complete path of command name +# 'smbmount'. @@ -594,7 +652,7 @@ +# for examples of useful parameters. +#AGENT_EXTRA_OPTIONS_RFB="" +#AGENT_EXTRA_OPTIONS_RDP="" -+#AGENT_EXTRA_OPTIONS_X="" ++#AGENT_EXTRA_OPTIONS_X="-nolisten tcp" + +# The number of seconds we wait for the nxagent to start before +# deciding startup has failed @@ -632,9 +690,645 @@ +# +# If nxviewer cannot be found this is set automatically to "1". +#ENABLE_EXTERNAL_NXVIEWER="0" -diff -Nur freenx-server-0.7.2.orig/nxloadconfig freenx-server-0.7.2.freenx-node-conf/nxloadconfig ---- freenx-server-0.7.2.orig/nxloadconfig 2008-03-14 15:47:47.000000000 -0600 -+++ freenx-server-0.7.2.freenx-node-conf/nxloadconfig 2008-08-17 15:54:32.000000000 -0600 +diff -Nur freenx-server-0.7.3.orig/node.conf.sample.orig.rej freenx-server-0.7.3.freenx-node-conf/node.conf.sample.orig.rej +--- freenx-server-0.7.3.orig/node.conf.sample.orig.rej 1969-12-31 17:00:00.000000000 -0700 ++++ freenx-server-0.7.3.freenx-node-conf/node.conf.sample.orig.rej 2008-09-13 12:30:13.000000000 -0600 +@@ -0,0 +1,588 @@ ++*************** ++*** 0 **** ++--- 1,585 ---- +++ # node.conf +++ # +++ # This file is provided by FreeNX. It should be placed either into +++ # /etc/nxserver/node.conf (FreeNX style) or /usr/NX/etc/node.conf +++ # (NoMachine NX style). +++ # +++ # It is mostly compatible with NoMachine node.conf. The most important +++ # difference is that no spaces are allowed when assigning values (eg +++ # "A=value" is allowed, "A = value" is NOT). +++ # +++ # This file is sourced by bash, so you can do some fancy stuff here if you +++ # want to, but be aware that it is sourced 3 times per connection. If you +++ # want autostart stuff, set NODE_AUTOSTART instead! +++ # +++ # +++ # You surely are aware that FreeNX is based on the fantastic results that +++ # the hard work by NoMachine.com has achieved. NoMachine.com released the +++ # core NX libraries under the GPL. The installation of these libs are the +++ # precondition for all FreeNX scripts to work. If you are installing this +++ # software with the help of one of the package management tools of your +++ # Linux distribution, you can assume that this dependency is taken care of +++ # by the tool. +++ # +++ # You have questions about the inner workings of the NX technology? +++ # +++ # Then you are recommended to first check out the rich and very detailed +++ # NoMachine documentation and their online Knowledge Base at +++ # +++ # http://www.nomachine.com/kb/ +++ # +++ # Other sources of information are the NoMachine mailing lists +++ # ([EMAIL PROTECTED] and [EMAIL PROTECTED]): +++ # +++ # http://www.nomachine.com/mailinglists.php +++ # +++ # The FreeNX ([EMAIL PROTECTED]) list is here: +++ # +++ # https://mail.kde.org/mailman/listinfo/freenx-knx +++ # +++ # SVN: $Id$ +++ +++ ######################################################################### +++ # General FreeNX directives +++ ######################################################################### +++ +++ # The host name which is used by NX server. It's should be used if it's +++ # different than the default hostname (as returned by `hostname`) +++ #SERVER_NAME="$(hostname)" +++ +++ # The port number where local 'sshd' is listening. +++ #SSHD_PORT=22 +++ +++ +++ ######################################################################### +++ # Authentication / Security directives +++ ######################################################################### +++ +++ # Authentication directives +++ +++ # This adds the usermode to the possible authentication methods +++ # Usermode means that a user can start the nxserver as his shell +++ # and connect directly to the right server via a custom client. +++ #ENABLE_USERMODE_AUTHENTICATION="0" +++ +++ # This adds the passdb to the possible authentication methods +++ #ENABLE_PASSDB_AUTHENTICATION="1" +++ +++ # This adds SSH to the possible authentication methods. For it to work sshd +++ # must be set up at localhost accepting password authentication. +++ #ENABLE_SSH_AUTHENTICATION="1" +++ +++ # This adds SU to the possible authentication methods. For it to work the +++ # "nx" user must be in the wheel (RedHat, Fedora) or the users group (SUSE) +++ # and the user logging in must have a valid shell that accepts the -c +++ # parameter. +++ #ENABLE_SU_AUTHENTICATION="0" +++ +++ # Require all users to be in the passdb, regardless of authentication method +++ #ENABLE_USER_DB="0" +++ +++ +++ # If enabled forces the user to use encryption. This will bail out +++ # if the user does not have encryption enabled. +++ #ENABLE_FORCE_ENCRYPTION="0" +++ +++ # Refuse the NX client connection if SSHD does not export the +++ # SSH_CONNECTION and SSH_CLIENT variables in the environment +++ # passed to the NX server. +++ # 1: Will check the remote IP and will not accept the +++ # connection if it can't be determined. +++ # 0: Will accept the connection even if the remote IP +++ # is not provided. +++ #SSHD_CHECK_IP="0" +++ +++ # If ENABLE_SLAVE_MODE="1" the user will be just logged in _once_ and the +++ # communication is done via nxnode slave mode. +++ # +++ # This is useful for one time passwords or to have less traffic in utmp +++ # and wtmp. +++ # +++ # Also session startup times are much faster in slave mode. This is true especially +++ # if many printers or shares have to be added. +++ # +++ # For this to work the binary nxserver-helper has to be installed in +++ # PATH_BIN. +++ # +++ #ENABLE_SLAVE_MODE="0" +++ +++ ######################################################################### +++ # Restriction directives +++ ######################################################################### +++ +++ # The base display number from which sessions are started. +++ #DISPLAY_BASE=1000 +++ +++ # The maximum number of contemporary sessions that can be run on FreeNX +++ #SESSION_LIMIT=200 +++ +++ # The maximum number of contemporary sessions that a single user can run +++ # on FreeNX. Defaults to the value of SESSION_LIMIT. +++ #SESSION_USER_LIMIT=200 +++ +++ # The number of displays reserved for sessions, it has to be greater or equal +++ # to the maximum number of contemporary sessions that a server can run. +++ #DISPLAY_LIMIT=200 +++ +++ +++ # User for which sessions should be persistent. Either the keyword "all" or a +++ # comma-separated list of usernames or groups in the @groupname syntax. +++ #ENABLE_PERSISTENT_SESSION="all" +++ +++ # Users and groups for whom persistent sessions should be disabled. +++ # Especially useful if ENABLE_PERSISTENT_SESSION="all" +++ #DISABLE_PERSISTENT_SESSION="" +++ +++ # This enables the mirroring of running sessions via VNC feature. +++ # +++ # Session is marked as resumable and type is vnc-mirrored. +++ # +++ #ENABLE_MIRROR_VIA_VNC=1 +++ +++ # This enables the sharing of :0 via VNC feature. +++ # +++ # Session is marked as resumable and type is vnc-local. +++ # +++ # Note: You need to have the rights to access the display +++ # else it does not work. +++ # +++ #ENABLE_DESKTOP_SHARING=1 +++ +++ # +++ # Enable or disable clipboard: +++ # +++ # client: The content copied on the client can be pasted inside the +++ # NX session. +++ # +++ # server: The content copied inside the NX session can be pasted +++ # on the client. +++ # +++ # both: The copy&paste operations are allowed both between the +++ # client and the NX session and vice-versa. +++ # +++ # none: The copy&paste operations between the client and the NX +++ # session are never allowed. +++ # +++ #ENABLE_CLIPBOARD="both" +++ +++ +++ # +++ # Enable or disable the pulldown dialog, which provides a graphical +++ # way to suspend or terminate the rootless session: +++ # +++ # 1: Enabled. The pulldown menu is shown when the mouse pointer +++ # moves near the middle of the top boundary of a window and +++ # allows the user to suspend or terminate the session by means +++ # of an icon-click. +++ # +++ # 0: Disabled. The ctrl+alt+T key combination has to be issued +++ # to get the dialog for suspending or terminating the session. +++ # +++ #ENABLE_PULLDOWN_MENU="1" +++ +++ +++ # The option USE_PROCESSOR_TASKSET is for setting the CPU affinity of all +++ # nx related processes. +++ # +++ # Note: To have for example startkde run on even another core, just specify: +++ # +++ # COMMAND_STARTKDE="taskset -c 2 -- startkde" +++ # +++ # FreeNX runs this option like: $COMMAND_TASKSET -cp "$USE_PROCESSOR_TASKSET" $$ +++ # +++ # So with $USE_PROCESSOR_TASKSET set to 3,4 it would balance the tasks to cores +++ # 3 and 4. +++ # +++ # If this option is empty, no balance to cores is done. +++ # +++ #USE_PROCESSOR_TASKSET="" +++ +++ # If you set ENABLE_ADVANCED_SESSION_CONTROL="1" you can start a new application in an already +++ # running rootless session by using "add <rest of name>" as session name. +++ # +++ # Note: The client will return a message on that. +++ # +++ #ENABLE_ADVANCED_SESSION_CONTROL="0" +++ +++ # If you set ENABLE_SHOW_RUNNING_SESSIONS="0" then nxserver will only show +++ # suspended sessions and you will not be able to resume or terminate a running +++ # session. +++ # +++ #ENABLE_SHOW_RUNNING_SESSIONS="1" +++ +++ ######################################################################### +++ # Logging directives +++ ######################################################################### +++ +++ # This directives controls the verbosity of the server-wide log. +++ # 0: No Logging +++ # 1: Errors +++ # 2: Warnings +++ # 3: Important information +++ # 4: Server - Client communication +++ # 5: Information +++ # 6: Debugging information +++ # 7: stderror of some applications +++ #NX_LOG_LEVEL=0 +++ +++ # By setting this to 0 the nxserver might be a bit faster, but passwords can be found in the log files. +++ #NX_LOG_SECURE=1 +++ +++ # Before turning logging on, please make sure that NX_LOGFILE is +++ # writeable for the "nx" user +++ #NX_LOGFILE=/var/log/nxserver.log +++ +++ # This directive controls if the temporary session directory +++ # ($HOME/.nx/C-<hostname>-<display>-<session_id>) should be kept after a +++ # session has ended. A successfully terminated session will be saved as +++ # T-C-<hostname>-<display>-<session_id> while a failed session will be saved +++ # as F-C-<hostname>-<display>-<session_id>. +++ # The default is to cleanup the directories. +++ #SESSION_LOG_CLEAN=1 +++ +++ # Amount of seconds nxserver is to keep session history. The default of 2592000 +++ # is equivalent to 30 days. If this is 0 no session history will be kept +++ # and a negative value denotes infinity. +++ #SESSION_HISTORY=2592000 +++ +++ +++ ######################################################################### +++ # Forwarding directives +++ ######################################################################### +++ +++ # FreeNX with ENABLE_SERVER_FORWARD="1" will automatically forward all +++ # connections to the host specified in SERVER_FORWARD_HOST with the +++ # secret key SERVER_FORWARD_KEY. +++ # +++ # This allows to have a "chain" of NX Servers. Note that you will need to +++ # use "SSL encryption" for all connections. +++ +++ #ENABLE_SERVER_FORWARD="0" +++ #SERVER_FORWARD_HOST="" +++ #SERVER_FORWARD_PORT=22 +++ #SERVER_FORWARD_KEY="/usr/NX/share/client.id_dsa.key" +++ +++ +++ # FreeNX with ENABLE_NOMACHINE_FORWARD_PORT="1" will automatically forward all +++ # connections to the commercial NoMachine nxserver installed on the same +++ # machine, which go in by port NOMACHINE_FORWARD_PORT. This feature is introduced +++ # to enable the usage of FreeNX and NoMachine NX side by side on the same machine +++ # without conflicts. +++ # +++ # Note: You need to let SSHD listen to several ports to make use of this +++ # directive. +++ +++ #ENABLE_NOMACHINE_FORWARD_PORT="0" +++ #NOMACHINE_FORWARD_PORT="22" +++ +++ #NOMACHINE_SERVER="/usr/NX/bin/nxserver" +++ #NOMACHINE_NX_HOME_DIR="/usr/NX/home/nx" +++ +++ +++ # LOAD BALANCING +++ # ============== +++ # +++ # To do load balancing setup some hosts in LOAD_BALANCE_SERVERS and +++ # make: +++ # +++ # - either sure that all incoming connections are sent to the master +++ # server by using forwarding directives on the "slave" servers. +++ # +++ # - or share the session database space via NFS between the servers. +++ # (not recommended at the moment as race conditions for DISPLAYs can +++ # occur) +++ # +++ +++ #LOAD_BALANCE_SERVERS="" +++ +++ # The following load_balance_algorithms are available at the moment: +++ # +++ # "load", "round-robin", "random" +++ # +++ # For "load" you need a script called nxcheckload in PATH_BIN. +++ # +++ # A sample script, which you can change to your needs it shipped with +++ # FreeNX under the name nxcheckload.sample. +++ +++ #LOAD_BALANCE_ALGORITHM="random" +++ +++ # By setting ENABLE_LOADBALANCE="1" you can let users choose their +++ # preferred host, while being forwarded to another server. Of course +++ # this is just a preference. The loadbalancing algorithm can completely +++ # choose to ignore the users choice. +++ +++ #ENABLE_LOAD_BALANCE_PREFERENCE="0" +++ +++ ######################################################################### +++ # Services directives +++ ######################################################################### +++ +++ # FreeNX with ENABLE_ESD_PRELOAD="1" will automatically try to setup +++ # the sound with the help of the esd media helper. +++ # +++ # Currently ESD will be used just by the Windows NX Client. +++ # +++ # Be sure that $ESD_BIN_PRELOAD is in your path, does exist and work +++ # before enabling this directive. +++ +++ #ENABLE_ESD_PRELOAD="0" +++ #ESD_BIN_PRELOAD="esddsp" +++ +++ # FreeNX with ENABLE_ARTSD_PRELOAD="1" will automatically try to setup +++ # the sound with the help of the artsd media helper. +++ # +++ # Currently ARTSD will be used just by the Linux NX Client. +++ # +++ # Be sure that $ARTSD_BIN_PRELOAD is in your path, does exist and work +++ # before enabling this directive. +++ +++ #ENABLE_ARTSD_PRELOAD="0" +++ #ARTSD_BIN_PRELOAD="artsdsp" +++ +++ # FreeNX with ENABLE_KDE_CUPS="1" will automatically write +++ # $KDE_PRINTRC and put the current used socket into it. +++ # +++ # If you additionally enable ENABLE_KDE_CUPS_DYNAMIC it will set the +++ # Host entry to the script nxcups-gethost, which dynamically tries all +++ # possible entries to find the current printing host. +++ # +++ # The order is: CUPS_SERVER (env var), ~/.cups/client.conf, $KDE_PRINTRC, +++ # $CUPS_DEFAULT_SOCK, localhost +++ # +++ # So this option is most useful with ENABLE_CUPS_SERVER_EXPORT="1". +++ # +++ # $KDE_PRINTRC is automatically calculated if its not set. +++ +++ #ENABLE_KDE_CUPS="0" +++ #ENABLE_KDE_CUPS_DYNAMIC="0" +++ #KDE_PRINTRC="$KDEHOME/share/config/kdeprintrc" +++ +++ # FreeNX with ENABLE_CUPS_SERVER_EXPORT="1" will automatically +++ # export the environment variable CUPS_SERVER. +++ +++ #ENABLE_CUPS_SERVER_EXPORT="1" +++ +++ # FreeNX with ENABLE_CUPS_SEAMLESS will automatically try to download the +++ # necessary ppds from the client. +++ # +++ # As the forwarding is just active as soon as nxagent is started, +++ # we need a small delay of $CUPS_SEAMLESS_DELAY. +++ # +++ # Note: You need to use a patched cupsd on client side. +++ +++ #ENABLE_CUPS_SEAMLESS="0" +++ #CUPS_SEAMLESS_DELAY="10" +++ +++ # FreeNX with ENABLE_FOOMATIC will integrate the foomatic db to the list +++ # of available ppd drivers via the $COMMAND_FOOMATIC command. +++ +++ #ENABLE_FOOMATIC="1" +++ #COMMAND_FOOMATIC="/usr/lib/cups/driver/foomatic-ppdfile" +++ +++ # CUPS_BACKEND and CUPS_ETC are the corresponding paths of your CUPS +++ # installation. +++ +++ #CUPS_BACKEND="/usr/lib/cups/backend" +++ #CUPS_IPP_BACKEND="$CUPS_BACKEND/nxipp" +++ #CUPS_DEFAULT_SOCK="/var/run/cups/cups.sock" +++ #CUPS_ETC="/etc/cups" +++ +++ # SAMBA_MOUNT_SHARE_PROTOCOL is a key to configure the supported +++ # protocols for mounting shares. +++ # +++ # This key can be set to the following values: +++ # +++ # both, either SMB and CIFS protocol are supported, this is the default value. +++ # smbfs, only SMB protocol is supported. +++ # cifs, only CIFS protocol is supported. +++ # none, no network file-sharing protocol is supported. <<Diff was trimmed, longer than 597 lines>> ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/freenx-node-conf.patch?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
