[packages/thinkfan] executable initscript

glen glen at pld-linux.org
Tue Jan 28 12:09:00 CET 2014


commit 3498aa5a21a425d6d52528c3512159103a0f1b0f
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list