]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- don't let modprobe use syslog wich isn't there at the time
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 25 Sep 2007 16:09:30 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpcgssd.init -> 1.9
    rpcidmapd.init -> 1.14
    rpcsvcgssd.init -> 1.12

rpcgssd.init
rpcidmapd.init
rpcsvcgssd.init

index 803882c75048994b1c2eba6e7fd2c3323e429709..38ae48ce5d23d863a4709a1071ed7295fafdab52 100644 (file)
@@ -41,7 +41,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/gssd ]; then
                if ! grep -q rpc_pipefs /proc/mounts ; then
-                       modprobe -s sunrpc >/dev/null 2>&1
+                       modprobe 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
                fi
index eda321ae543d36ef9b0aa8a29516548e574c2a20..f10ae439bc46883285a0c518bff1df0d0b5996e5 100644 (file)
@@ -43,12 +43,12 @@ start() {
                # starting idmapd on NFS server
                if [ -e "$RUNLEVELDIR"/S*nfs ]; then
                        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
                fi
                if ! grep -q rpc_pipefs /proc/mounts ; then
-                       modprobe -s sunrpc >/dev/null 2>&1
+                       modprobe 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
                fi
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.117973 seconds and 4 git commands to generate.