]> git.pld-linux.org Git - packages/atsar.git/commitdiff
cosmetics
authorankry <ankry@pld-linux.org>
Sat, 20 Sep 2003 22:07:03 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atsar.init -> 1.6

atsar.init

index c7d0b27c4f317d8ca0ff8c9e08664855a90e6df3..a2ad98070f68080b364cc528c09ea562b7db0acc 100755 (executable)
@@ -3,7 +3,7 @@
 # atsar                This shell script takes care of initializing
 #              the atsar system activity report subsystem.
 #
-# chkconfig: 2345 85 15
+# chkconfig:   2345 85 15
 # description: Atsar is a system activity report logging system.
 #
 
@@ -43,7 +43,7 @@ case "$1" in
        ;;
   stop)
        if [ -f /var/lock/subsys/atsar ]; then
-               msg_stopping atsar
+               msg_stopping atsar
                daemon rm -f /var/lock/subsys/atsar
        else
                msg_not_running atsar
@@ -51,19 +51,19 @@ case "$1" in
        ;;
   status)
        ;;
-  reload)
-       # to be fixed
-       $0 stop
-       $0 start
-       exit $?
-       ;;
+#  reload)
+#      # to be fixed
+#      $0 stop
+#      $0 start
+#      exit $?
+#      ;;
   restart|force-reload)
        $0 stop
        $0 start
        exit $?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
+       msg_usage "$0 {start|stop|restart|force-reload|status}"
        exit 3
 esac
 
This page took 0.071221 seconds and 4 git commands to generate.