diff options
author | Kjartan Maraas <kmaraas@broadpark.no> | 2008-03-13 12:37:43 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@broadpark.no> | 2008-03-13 12:37:43 +0000 |
commit | 96239c9c0d93557ad935b42bd41daaff2c8dde42 (patch) | |
tree | 7c02e54c01f9f8b3ab927c8723dd287526b69d08 /rc.d | |
parent | ca6b15440d36b56846288686126e4c42af9289d4 (diff) | |
parent | 485377354f5c4119d9b93f585ad228bdf4e0254a (diff) | |
download | initscripts-96239c9c0d93557ad935b42bd41daaff2c8dde42.tar initscripts-96239c9c0d93557ad935b42bd41daaff2c8dde42.tar.gz initscripts-96239c9c0d93557ad935b42bd41daaff2c8dde42.tar.bz2 initscripts-96239c9c0d93557ad935b42bd41daaff2c8dde42.tar.xz initscripts-96239c9c0d93557ad935b42bd41daaff2c8dde42.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts
Diffstat (limited to 'rc.d')
-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 aef89709..cfe9264c 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -112,7 +112,7 @@ case "$1" in fi [ -n "$SMBMTAB" ] && action $"Unmounting SMB filesystems: " umount -a -t smbfs [ -n "$CIFSMTAB" ] && action $"Unmounting CIFS filesystems: " umount -a -t cifs - [ -n "$NCPMTAB" ] && action $"Unmounting NCP filesystems: " umount -a -t ncpfs + [ -n "$NCPMTAB" ] && action $"Unmounting NCP filesystems: " umount -a -t ncp,ncpfs rm -f /var/lock/subsys/netfs ;; status) |