]> git.pld-linux.org Git - packages/thinkfan.git/commitdiff
executable initscript
authorElan Ruusamäe <glen@delfi.ee>
Tue, 28 Jan 2014 11:08:42 +0000 (11:08 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 28 Jan 2014 11:08:42 +0000 (11:08 +0000)
thinkfan.init [changed mode: 0644->0755]

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.152285 seconds and 4 git commands to generate.