From f52dca69849b0aef2a4644f106c152c0e456f989 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Sep 2011 15:47:16 -0400 Subject: 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 --- init.d/procfs.in | 10 ---------- 1 file changed, 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 -- cgit v1.2.3