]> git.pld-linux.org Git - packages/rpcbind.git/commitdiff
- removed rpc user setting, it's built in now
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 May 2007 12:55:37 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpcbind.init -> 1.2
    rpcbind.sysconfig -> 1.2

rpcbind.init
rpcbind.sysconfig

index 7312e42879a500df1e860f239fc6c08d0340a186..7f92c3ceae543e846d953e00164acbb2433002ed 100644 (file)
@@ -33,7 +33,6 @@ fi
 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 003d116a9ae80346054524b3faea51fba0dddeec..a550c4639b1e1fee1463a8af9d084fd7605f09a8 100644 (file)
@@ -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"
 
This page took 0.037155 seconds and 4 git commands to generate.