aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-03 14:20:06 +0000
committerBill Nottingham <notting@redhat.com>1999-09-03 14:20:06 +0000
commit59fe6408f755ed0d45ce9eb5a25886dc0588b28e (patch)
treec9c8d7270ef475c8b9a965ee10befabf814aa7ef
parent025361aeaf88604659e84952389d56a26618e133 (diff)
downloadinitscripts-59fe6408f755ed0d45ce9eb5a25886dc0588b28e.tar
initscripts-59fe6408f755ed0d45ce9eb5a25886dc0588b28e.tar.gz
initscripts-59fe6408f755ed0d45ce9eb5a25886dc0588b28e.tar.bz2
initscripts-59fe6408f755ed0d45ce9eb5a25886dc0588b28e.tar.xz
initscripts-59fe6408f755ed0d45ce9eb5a25886dc0588b28e.zip
oops, don't try to remount network filesystems with mount -a.
-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 b681658a..3d03f403 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -36,7 +36,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
+ action "Mounting other filesystems" mount -a -t nonfs,smbfs,ncpfs
;;
stop)
[ -n "$NFSMTAB" ] && {