summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-18 15:47:16 -0400
committerMike Frysinger <vapier@gentoo.org>2011-09-18 16:01:28 -0400
commitf52dca69849b0aef2a4644f106c152c0e456f989 (patch)
tree12a23f48e2f0da2554eacc21f648ce5f5a127a11
parent47d305d2af41a6105824bd704a0f0f958b35871d (diff)
downloadopenrc-f52dca69849b0aef2a4644f106c152c0e456f989.tar.gz
openrc-f52dca69849b0aef2a4644f106c152c0e456f989.tar.bz2
openrc-f52dca69849b0aef2a4644f106c152c0e456f989.tar.xz
procfs: drop nfsd mounting
The dedicated nfs init.d script takes care of mounting this when necessary, and we want it there since mounting it isn't terribly useful if you can't actually start up the nfs daemons (which the nfs-utils package provides). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--init.d/procfs.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in
index d86814c..645311f 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -37,16 +37,6 @@ start()
fi
fi
- # Setup Kernel Support for the NFS daemon status
- if [ -d /proc/fs/nfsd ] && ! mountinfo -q /proc/fs/nfsd; then
- if grep -qs nfsd /proc/filesystems; then
- ebegin "Mounting NFS filesystem"
- mount -t nfsd -o nodev,noexec,nosuid \
- nfsd /proc/fs/nfsd
- eend $?
- fi
- fi
-
# Setup Kernel Support for miscellaneous Binary Formats
if [ -d /proc/sys/fs/binfmt_misc ] \
&& ! mountinfo -q /proc/sys/fs/binfmt_misc; then