aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/netfs
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-12-12 08:04:45 +0000
committerBill Nottingham <notting@redhat.com>2000-12-12 08:04:45 +0000
commit5de1b7a730964525debb9284346d6f17b2e3ac7f (patch)
tree79c28373192cf8150fd45e0accf6f701e385088a /rc.d/init.d/netfs
parent2015a690a9835b838f895e2060e6574ac1a7b031 (diff)
downloadinitscripts-5de1b7a730964525debb9284346d6f17b2e3ac7f.tar
initscripts-5de1b7a730964525debb9284346d6f17b2e3ac7f.tar.gz
initscripts-5de1b7a730964525debb9284346d6f17b2e3ac7f.tar.bz2
initscripts-5de1b7a730964525debb9284346d6f17b2e3ac7f.tar.xz
initscripts-5de1b7a730964525debb9284346d6f17b2e3ac7f.zip
don't exclude proc when you're doing mount -a -t nonfs...
Diffstat (limited to 'rc.d/init.d/netfs')
-rwxr-xr-xrc.d/init.d/netfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 21358a35..fbb8ce64 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -40,7 +40,7 @@ case "$1" in
[ -n "$SMBFSTAB" ] && action "Mounting SMB filesystems: " mount -a -t smbfs
[ -n "$NCPFSTAB" ] && action "Mounting NCP filesystems: " mount -a -t ncpfs
touch /var/lock/subsys/netfs
- action "Mounting other filesystems: " mount -a -t noproc,nfs,smbfs,ncpfs
+ action "Mounting other filesystems: " mount -a -t nonfs,smbfs,ncpfs
;;
stop)
[ -n "$NFSMTAB" ] && {