From e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Feb 1999 01:03:34 +0000 Subject: bugfixes... --- rc.d/init.d/nfsfs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.d/init.d/nfsfs') diff --git a/rc.d/init.d/nfsfs b/rc.d/init.d/nfsfs index f4789781..9b828248 100755 --- a/rc.d/init.d/nfsfs +++ b/rc.d/init.d/nfsfs @@ -28,12 +28,10 @@ case "$1" in start) action -n "Mounting remote filesystems" mount -a -t nfs touch /var/lock/subsys/nfsfs - echo ;; stop) action -n "Unmounting remote filesystems" umount -a -t nfs rm -f /var/lock/subsys/nfsfs - echo ;; status) if [ -f /proc/mounts ] ; then -- cgit v1.2.1