]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - rpcidmapd.init
- obsolete
[packages/nfs-utils.git] / rpcidmapd.init
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
This page took 0.030276 seconds and 4 git commands to generate.