SOURCES: rpcbind.init, rpcbind.sysconfig - removed rpc user settin...
baggins
baggins at pld-linux.org
Tue May 8 14:55:47 CEST 2007
Author: baggins Date: Tue May 8 12:55:43 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- removed rpc user setting, it's built in now
---- Files affected:
SOURCES:
rpcbind.init (1.1 -> 1.2) , rpcbind.sysconfig (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/rpcbind.init
diff -u SOURCES/rpcbind.init:1.1 SOURCES/rpcbind.init:1.2
--- SOURCES/rpcbind.init:1.1 Tue Apr 24 17:09:22 2007
+++ SOURCES/rpcbind.init Tue May 8 14:55:37 2007
@@ -33,7 +33,6 @@
start() {
# Check if the service is already running?
if [ ! -f /var/lock/subsys/rpcbind ]; then
- is_no "${RPCBIND_RPCUSER}" || RPCBIND_OPTIONS="${RPCBIND_OPTIONS} -s"
is_no "${RPCBIND_VERBOSE}" || RPCBIND_OPTIONS="${RPCBIND_OPTIONS} -l"
is_yes "${RPCBIND_INSECURE}" && RPCBIND_OPTIONS="${RPCBIND_OPTIONS} -i"
[ -z "${RPCBIND_ADDRESSES}" ] || \
================================================================
Index: SOURCES/rpcbind.sysconfig
diff -u SOURCES/rpcbind.sysconfig:1.1 SOURCES/rpcbind.sysconfig:1.2
--- SOURCES/rpcbind.sysconfig:1.1 Tue Apr 24 17:09:22 2007
+++ SOURCES/rpcbind.sysconfig Tue May 8 14:55:37 2007
@@ -1,9 +1,6 @@
# Set nice level for rpcbind
SERVICE_RUN_NICE_LEVEL="+1"
-# Cause rpcbind to change to the user rpc as soon as possible
-RPCBIND_RPCUSER="yes"
-
# Turn on libwrap connection logging
RPCBIND_VERBOSE="yes"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/rpcbind.init?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/SOURCES/rpcbind.sysconfig?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list