SOURCES: nfsfs.init - no need to mount rpc_pipefs here, idmapd wil...
baggins
baggins at pld-linux.org
Fri Apr 6 01:01:35 CEST 2007
Author: baggins Date: Thu Apr 5 23:01:35 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- no need to mount rpc_pipefs here, idmapd will do/already did it for us
---- Files affected:
SOURCES:
nfsfs.init (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SOURCES/nfsfs.init
diff -u SOURCES/nfsfs.init:1.35 SOURCES/nfsfs.init:1.36
--- SOURCES/nfsfs.init:1.35 Thu Apr 5 19:34:45 2007
+++ SOURCES/nfsfs.init Fri Apr 6 01:01:29 2007
@@ -43,12 +43,6 @@
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/nfsfs.init?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list