SOURCES: nfslock.sysconfig - separate options for setting tcp and ...
baggins
baggins at pld-linux.org
Tue Mar 20 16:17:23 CET 2007
Author: baggins Date: Tue Mar 20 15:17:23 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- separate options for setting tcp and udp ports for lockd and statd
---- Files affected:
SOURCES:
nfslock.sysconfig (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/nfslock.sysconfig
diff -u SOURCES/nfslock.sysconfig:1.2 SOURCES/nfslock.sysconfig:1.3
--- SOURCES/nfslock.sysconfig:1.2 Tue Sep 7 22:11:11 2004
+++ SOURCES/nfslock.sysconfig Tue Mar 20 16:17:18 2007
@@ -1,11 +1,15 @@
-# Define nice level for knfslock daemons
+# Define nice level for rpc.statd daemon
SERVICE_RUN_NICE_LEVEL="+0"
+# TCP and UDP ports lockd should listen on (default is portmap assigned)
+#LOCKD_TCPPORT=
+#LOCKD_UDPPORT=
+
+# Port for rpc.statd to listen on (default is portmap assigned)
+#STATD_PORT=
+
+# Port for rpc.statd to send outgoing status requests from
+#STATD_OUTPORT=
+
# Options for rpc.statd.
-# Should rpc.statd listen on a specific port?
-# If so, set this variable to a statd argument like: "--port 1000".
-# See rpc.statd(8) for valid options.
-# Ports 1001-1009 are unassigned therefore 1001 and 1002 are suitable
-# for this purpose.
-# STATDOPTS="--port 1001 --outgoing-port 1002"
-STATDOPTS=
+#STATDOPTS=
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/nfslock.sysconfig?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list