]> git.pld-linux.org Git - packages/athcool.git/commitdiff
- be more LFS compliant
authorankry <ankry@pld-linux.org>
Wed, 6 Aug 2003 19:21:52 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    athcool.init -> 1.2

athcool.init

index 7bf56750e3b5f29c66bbe9d1787b93f9d4215dae..847378aab7ba0f0f8a45819dda7f7b8b3f30016f 100644 (file)
@@ -11,7 +11,7 @@
 
 # See how we were called.
 case "$1" in
-  start|restart)
+  start|restart|force-reload)
        run_cmd "Starting Athlon Cooling" athcool on
        ;;
   stop)
@@ -21,6 +21,6 @@ case "$1" in
        athcool stat
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|status}"
-       exit 1
+       msg_usage "$0 {start|stop|restart|force-reload|status}"
+       exit 3
 esac
This page took 0.049567 seconds and 4 git commands to generate.