]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- fixed typos
authorgrzegol <grzegol@pld-linux.org>
Thu, 17 Jul 2003 19:34:14 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.11

acpid.init

index 4a7f615b396dec6e3d508d197977d6ff6520f428..eefcad386dced0a15df1d95132269221b3db732d 100644 (file)
@@ -58,11 +58,11 @@ case "$1" in
   restart)
        $0 stop
        $0 start
-       exit =$?
+       exit $?
        ;;
   status)
        status acpid
-       exit =$?
+       exit $?
        ;;
   *)
        msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
This page took 0.063307 seconds and 4 git commands to generate.