diff options
author | Judd Vinet <judd@archlinux.org> | 2006-07-21 19:40:00 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-07-21 19:40:00 +0000 |
commit | 87132356080924e00822a4b24d593e94bb18e24a (patch) | |
tree | 3edab7da03b09452100c29066f9628cfc8de3368 /netfs | |
parent | 8d214daab85c043f87ed21912b68172cc0e33635 (diff) |
added --directisa to hwclock calls, support for additional options in crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg
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 + /bin/mount -a -t nfs,smbfs,codafs,cifs,shfs,fuse 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 + umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse if [ $? -gt 0 ]; then stat_fail else |