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