commit 3498aa5a21a425d6d52528c3512159103a0f1b0f
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Jan 28 11:08:42 2014 +0000

    executable initscript

 thinkfan.init | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/thinkfan.init b/thinkfan.init
old mode 100644
new mode 100755
index 82120e0..90e340f
--- a/thinkfan.init
+++ b/thinkfan.init
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/thinkfan.git/commitdiff/3498aa5a21a425d6d52528c3512159103a0f1b0f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to