From 27a13b0b6630573468651de2a42c716728d09148 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 10 Mar 1999 16:48:22 +0000 Subject: add a mount -a after nfs mounts --- rc.d/init.d/nfsfs | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.d') 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 -- cgit v1.2.1