]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- no need to mount rpc_pipefs here, idmapd will do/already did it for us
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Apr 2007 23:01:29 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfsfs.init -> 1.36

nfsfs.init

index 9a15ee6b98b669fca74be9d565a6176dcfff7a47..53b2b07f10d8c4906e33c8a8ca43afbfbe2fbaaa 100644 (file)
@@ -43,12 +43,6 @@ fi
 
 start() {
        if [ ! -f /var/lock/subsys/nfsfs ]; 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
-               fi
-
                # Set the ports lockd should listen on
                if [ -n "$LOCKD_TCPPORT" ]; then
                        /sbin/sysctl -w fs.nfs.nlm_tcpport=$LOCKD_TCPPORT >/dev/null 2>&1
This page took 0.125669 seconds and 4 git commands to generate.