packages: acpid/acpid.init - Corrected an error preventing acpid from start...

lmasko lmasko at pld-linux.org
Thu May 14 11:45:49 CEST 2009


Author: lmasko                       Date: Thu May 14 09:45:49 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Corrected an error preventing acpid from starting.

---- Files affected:
packages/acpid:
   acpid.init (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: packages/acpid/acpid.init
diff -u packages/acpid/acpid.init:1.24 packages/acpid/acpid.init:1.25
--- packages/acpid/acpid.init:1.24	Wed May 13 15:43:47 2009
+++ packages/acpid/acpid.init	Thu May 14 11:45:44 2009
@@ -22,7 +22,7 @@
 
 # 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/acpid/acpid.init?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list