From: Elan Ruusamäe Date: Tue, 28 Jan 2014 11:08:42 +0000 (+0000) Subject: executable initscript X-Git-Tag: auto/th/thinkfan-0.9.2-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fthinkfan.git;a=commitdiff_plain;h=3498aa5 executable initscript --- 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