]> git.pld-linux.org Git - packages/thinkfan.git/commitdiff
- there is no logs to flush-logs, cleanup leftover from crond. plz use template.init...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Mar 2011 05:44:15 +0000 (05:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    thinkfan.init -> 1.2

thinkfan.init

index cc03a06c2fdc1c32885b5d7d16cfd850bae2bf5a..82120e0577c8cf806a8c611f811544974aa4790f 100644 (file)
@@ -3,7 +3,7 @@
 # thinkfan             Start/Stop thinkfan daemon
 #
 # chkconfig:   2345 40 60
-# description: thinkpad fan control programcron is a standard UNIX program that runs user-specified \
+# description: thinkpad fan control program
 
 # Source function library.
 . /etc/rc.d/init.d/functions
@@ -71,7 +71,7 @@ case "$1" in
   try-restart)
        condrestart 0
        ;;
-  reload|force-reload|flush-logs)
+  reload|force-reload)
        reload
        ;;
   status)
@@ -79,7 +79,7 @@ case "$1" in
        exit $?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|try-restart|reload|force-reload|flush-logs|status}"
+       msg_usage "$0 {start|stop|restart|try-restart|reload|force-reload|status}"
        exit 3
 esac
 
This page took 0.182197 seconds and 4 git commands to generate.