]> git.pld-linux.org Git - packages/thinkfan.git/blobdiff - thinkfan.init
executable initscript
[packages/thinkfan.git] / thinkfan.init
old mode 100644 (file)
new mode 100755 (executable)
index 82120e0..90e340f
@@ -59,10 +59,10 @@ RETVAL=0
 # See how we were called.
 case "$1" in
   start)
-       start
+       start
        ;;
   stop)
-       stop
+       stop
        ;;
   restart)
        stop
@@ -72,7 +72,7 @@ case "$1" in
        condrestart 0
        ;;
   reload|force-reload)
-       reload
+       reload
        ;;
   status)
        status thinkfan
This page took 0.107084 seconds and 4 git commands to generate.