]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- killed my previous bogus "fixes"
authorankry <ankry@pld-linux.org>
Wed, 7 May 2003 16:07:24 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.7

acpid.init

index f7522e2570611e714912ec260ab82329c8fcaf93..4bd454c1e8e6af276d5b70a85ef86576bca09a17 100644 (file)
@@ -47,10 +47,8 @@ case "$1" in
   reload)
        if [ -f /var/lock/subsys/acpid ]; then
                msg_reloading acpid
-               busy
                killproc acpid -HUP
                RETVAL=$?
-               [ $RETVAL -eq 0 ] && ok || died
        else
                msg_not_running acpid
                exit 1
This page took 0.100782 seconds and 4 git commands to generate.