diff options
Diffstat (limited to 'rc.d/init.d/netfs')
-rwxr-xr-x | rc.d/init.d/netfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 2523e8ff..85bf6ada 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -38,7 +38,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 nonfs,nonfs4,smbfs,ncpfs + action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs ;; stop) # Unmount loopback stuff first |