]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- Corrected an error preventing acpid from starting.
authorlmasko <lmasko@pld-linux.org>
Thu, 14 May 2009 09:45:44 +0000 (09:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.25

acpid.init

index 49e8717149600dc30619fa084b0c74e0d3727441..b6e15b4914e7f471fad5953a91de31e06370068d 100644 (file)
@@ -22,7 +22,7 @@ TOSHIBA_LAPTOP=""
 
 # Start daemons.
 start() {
-       if [ -f /var/lock/subsys/acpid ]; then
+       if [ -f /var/lock/subsys/acpid ]; then
                msg_already_running "ACPI Event Daemon"
                return
        fi
This page took 0.115742 seconds and 4 git commands to generate.