From 59fe6408f755ed0d45ce9eb5a25886dc0588b28e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 3 Sep 1999 14:20:06 +0000 Subject: oops, don't try to remount network filesystems with mount -a. --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') 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" ] && { -- cgit v1.2.1