summaryrefslogtreecommitdiff
path: root/extra/acpid/acpid
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-19 22:46:30 +0000
committerroot <root@rshg047.dnsready.net>2011-05-19 22:46:30 +0000
commite2fe79d62643f0e50b1c5e194a94cb510b371cc8 (patch)
tree9c8ecff1c65af070ae8c3b849f1ef8cbc8fea7ce /extra/acpid/acpid
parentb8ea4461e461f0e1782e28b5810eb811423afa79 (diff)
Thu May 19 22:46:30 UTC 2011
Diffstat (limited to 'extra/acpid/acpid')
-rw-r--r--extra/acpid/acpid2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/acpid/acpid b/extra/acpid/acpid
index 9a4ab8ac7..9177c8207 100644
--- a/extra/acpid/acpid
+++ b/extra/acpid/acpid
@@ -19,7 +19,7 @@ case "$1" in
;;
stop)
stat_busy "Stopping acpid"
- [ ! -z "$PID" ] && kill $PID &> /dev/null
+ [ ! -z "$PID" ] && kill $PID &> /dev/null
if [ $? -gt 0 ]; then
stat_fail
else