]> git.pld-linux.org Git - packages/athcool.git/commitdiff
- finally fixed syntax
authorankry <ankry@pld-linux.org>
Thu, 28 Aug 2003 22:00:47 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    athcool.init -> 1.5

athcool.init

index cac8024a61d1eae069b50e02380fe9d6f4a181b4..0c97ff016bdad5af8b029a6efc4197e651f98ae8 100644 (file)
@@ -19,12 +19,12 @@ case "$1" in
   start|restart|force-reload)
        if [ "$ATHCOOL_RUN" = "yes" ]; then
                run_cmd "Starting Athlon Cooling" athcool on
-       done
+       fi
        ;;
   stop)
        if [ "$ATHCOOL_RUN" = "yes" ]; then
                run_cmd "Stoping Athlon Cooling" athcool off
-       done    
+       fi      
        ;;
   status)
        athcool stat
This page took 0.071725 seconds and 4 git commands to generate.