diff options
-rwxr-xr-x | rc.d/init.d/nfsfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/nfsfs b/rc.d/init.d/nfsfs index 89cd4a53..7bf40719 100755 --- a/rc.d/init.d/nfsfs +++ b/rc.d/init.d/nfsfs @@ -28,6 +28,7 @@ case "$1" in start) action "Mounting remote filesystems" mount -a -t nfs touch /var/lock/subsys/nfsfs + action "Mounting other filesystems" mount -a ;; stop) action "Unmounting remote filesystems" umount -a -t nfs |