]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- use kilproc in stop.
authorkloczek <kloczek@pld-linux.org>
Sat, 17 Jul 1999 20:20:21 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs.init -> 1.5

autofs.init

index 3801da56d4261efea98781574b37c8932fc516fa..273d041ca58cdd428ee51e44666e64d56e6ddbc2 100644 (file)
@@ -113,7 +113,7 @@ case "$1" in
   stop)
        show Stopping automounter
        busy
-        kill -TERM $(/sbin/pidof /usr/sbin/automount)
+       killproc automount -TERM
        rm -f /var/lock/subsys/automount
        deltext
        ok
This page took 0.056353 seconds and 4 git commands to generate.