diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-05-12 12:55:37 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-05-12 12:55:37 +0000 |
commit | cc2c8b1fa2a709b405e3efc65222b984a63e13c6 (patch) | |
tree | 0700671eb732eeeed1154fc7a012b97f3c343c38 /netfs | |
parent | 352dda7e7ba2c62686579e2c58b519ebb961b8be (diff) |
'upgpkg: bump to Duke and cleanup rc.sysinit and netds'
Diffstat (limited to 'netfs')
-rwxr-xr-x | netfs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |