]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- full path in daemon()
authorzbyniu <zbyniu@pld-linux.org>
Thu, 30 Apr 2009 23:24:41 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.23

acpid.init

index 7dc7d08eeaeee5380893de42bc43dee25089f514..c1fcdc608563cb0856b34c4389fce71ed6f295e7 100644 (file)
@@ -51,7 +51,7 @@ start() {
                fi
                # starting:
                msg_starting acpid $PROGRAM_ARGS
-               daemon acpid
+               daemon /usr/sbin/acpid
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/acpid
        else
This page took 0.090287 seconds and 4 git commands to generate.