]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - rpcsvcgssd.init
- updated to 1.1.0-rc1
[packages/nfs-utils.git] / rpcsvcgssd.init
index 0a6dff1921a10771bdbd0be775bbee5e1a1dab94..ef29959002560f00904acf7f42f6ceb572a38588 100644 (file)
@@ -43,10 +43,10 @@ case "$1" in
   start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/svcgssd ]; then
-               if ! grep -q rpc_pipefs /proc/mounts ; then
-                       modprobe -s sunrpc >/dev/null 2>&1
-                       run_cmd "Mounting /var/lib/nfs/rpc_pipefs filesystem" \
-                               mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs
+               # We need /proc/fs/nfsd mounted before starting svcgssd
+               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
                fi
                # Load rpcsec modules
                for i in ${SECURE_NFS_MODS} ; do 
This page took 0.059318 seconds and 4 git commands to generate.