From ebbdbea0a3b70061f30abc114b0a72637def9cef Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 22 Aug 2000 15:47:32 +0000 Subject: fix minor logical error --- 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 7e192239..21358a35 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,nonfs,smbfs,ncpfs + action "Mounting other filesystems: " mount -a -t noproc,nfs,smbfs,ncpfs ;; stop) [ -n "$NFSMTAB" ] && { -- cgit v1.2.1