]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - rpcidmapd.init
- no need to mount rpc_pipefs here, idmapd will do/already did it for us
[packages/nfs-utils.git] / rpcidmapd.init
index 70e57b1c6ac96f1f20b9f3f5764ffea644b1268e..5c5ac6391983761835b1f84b2c86d8f224d4de57 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Authors:     Chuck Lever <cel@netapp.com>
 #
-# chkconfig: 345 12 82
+# chkconfig: 345 12 83
 # description: Starts user-level daemon for NFSv4 that maps user \
 #              names to UID and GID numbers.
 
@@ -17,7 +17,7 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               msg_network_down "RPC svcgssd daemon"
+               msg_network_down "RPC svcgssd"
                exit 1
        fi
 else
@@ -43,7 +43,7 @@ start() {
        if [ ! -f /var/lock/subsys/idmapd ]; then
                # This is whacko, but we need /proc/fs/nfsd mounted before
                # starting idmapd on NFS server
-               if [ -e "$RUNLEVELDIR/S*nfs" ]; then
+               if [ -e "$RUNLEVELDIR"/S*nfs ]; then
                        if ! grep -q nfsd /proc/mounts ; then
                                modprobe -s nfsd > /dev/null 2>&1
                                run_cmd "Mounting /proc/fs/nfsd filesystem" mount -t nfsd nfsd /proc/fs/nfsd
This page took 0.028199 seconds and 4 git commands to generate.