From cc2c8b1fa2a709b405e3efc65222b984a63e13c6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 12 May 2007 12:55:37 +0000 Subject: 'upgpkg: bump to Duke and cleanup rc.sysinit and netds' --- netfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netfs') diff --git a/netfs b/netfs index 6a490fc..f1c8ed1 100755 --- a/netfs +++ b/netfs @@ -6,7 +6,7 @@ case "$1" in start) stat_busy "Mounting Network Filesystems" - /bin/mount -a -t nfs,smbfs,codafs,cifs,shfs,fuse + /bin/mount -a -t nfs,smbfs,codafs,cifs,shfs,fuse,fuseblk if [ $? -gt 0 ]; then stat_fail else @@ -16,7 +16,7 @@ case "$1" in ;; stop) stat_busy "Unmounting Network Filesystems" - umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse + umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse,fuseblk if [ $? -gt 0 ]; then stat_fail else -- cgit v1.2.3