]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
formatting
authorankry <ankry@pld-linux.org>
Tue, 27 Apr 2004 13:38:00 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.init -> 1.3

apcupsd.init

index a5356adc776e19704dc8d63c7d4ec8cde52b6a05..31552d7c543f0936f9cd24760fd002a264cca80e 100644 (file)
@@ -1,10 +1,10 @@
 #! /bin/sh
 #
-# apcupsd      This shell script takes care of starting and stopping
-#             the apcupsd UPS monitoring daemon.
+# apcupsd      This shell script takes care of starting and stopping
+#              the apcupsd UPS monitoring daemon.
 #
-# chkconfig: 2345 60 99
-# description: apcupsd monitors power and takes action if necessary
+# chkconfig:   2345 60 99
+# description: apcupsd monitors power and takes action if necessary
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -48,7 +48,7 @@ case "$1" in
        ;;
   restart|force-reload)
        $0 stop
-               $0 start
+       $0 start
        ;;
   powerdown)
        if [ -f /etc/apcupsd/powerfail ]; then
This page took 0.232309 seconds and 4 git commands to generate.