From 485377354f5c4119d9b93f585ad228bdf4e0254a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 12 Mar 2008 12:21:14 -0400 Subject: Umount 'ncp' filesystems as well (#437117) --- 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 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) -- cgit v1.2.1