]> git.pld-linux.org Git - packages/athcool.git/commitdiff
- fixed syntax
authorankry <ankry@pld-linux.org>
Thu, 28 Aug 2003 22:00:26 +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.4

athcool.init

index a44692572aeba52305e57e3afbd5d804da69394c..cac8024a61d1eae069b50e02380fe9d6f4a181b4 100644 (file)
@@ -17,12 +17,12 @@ ATHCOOL_RUN=no
 # See how we were called.
 case "$1" in
   start|restart|force-reload)
-       if [ "$ATHCOOL_RUN" = "yes" ]; do
+       if [ "$ATHCOOL_RUN" = "yes" ]; then
                run_cmd "Starting Athlon Cooling" athcool on
        done
        ;;
   stop)
-       if [ "$ATHCOOL_RUN" = "yes" ]; do
+       if [ "$ATHCOOL_RUN" = "yes" ]; then
                run_cmd "Stoping Athlon Cooling" athcool off
        done    
        ;;
This page took 0.08171 seconds and 4 git commands to generate.