]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - rpcsvcgssd.init
- don't let modprobe use syslog wich isn't there at the time
[packages/nfs-utils.git] / rpcsvcgssd.init
index 4c634bf8f7005b459af6be919dcbfac66a4c90cc..1e16bc1088843d4390d701fab5c7a5f276697ad3 100644 (file)
@@ -39,7 +39,7 @@ start() {
        if [ ! -f /var/lock/subsys/svcgssd ]; then
                # We need /proc/fs/nfsd mounted before starting svcgssd
                if ! grep -q nfsd /proc/mounts ; then
-                       modprobe -s nfsd > /dev/null 2>&1
+                       modprobe nfsd > /dev/null 2>&1
                        run_cmd "Mounting /proc/fs/nfsd filesystem" mount -t nfsd nfsd /proc/fs/nfsd
                fi
                # Load rpcsec modules
This page took 0.024067 seconds and 4 git commands to generate.