]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- fix stop, autofs-3_1_3-5
authorkloczek <kloczek@pld-linux.org>
Sat, 17 Jul 1999 21:22:13 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- echo message "Automounter already is running" in start if automount is
already running.

Changed files:
    autofs.init -> 1.6

autofs.init

index 273d041ca58cdd428ee51e44666e64d56e6ddbc2..d4bec538d41afa6fc63f1ccd2205b4b538d1f0d2 100644 (file)
@@ -108,15 +108,14 @@ case "$1" in
            touch /var/lock/subsys/automount
            deltext
            ok
+       else
+           echo "Automounter already is running"
        fi
        ;;
   stop)
        show Stopping automounter
-       busy
        killproc automount -TERM
        rm -f /var/lock/subsys/automount
-       deltext
-       ok
        ;;
   restart|reload)
        if [ ! -f /var/lock/subsys/automount ]; then
This page took 0.084936 seconds and 4 git commands to generate.