]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- add force-reload
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Thu, 22 Apr 2004 08:55:08 +0000 (08:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.init -> 1.2

apcupsd.init

index 99b81cfea47193b64536d1881056cc43e02afe8a..a5356adc776e19704dc8d63c7d4ec8cde52b6a05 100644 (file)
@@ -46,7 +46,7 @@ case "$1" in
                msg_not_running "APC UPS monitoring"
        fi
        ;;
-  restart)
+  restart|force-reload)
        $0 stop
                $0 start
        ;;
@@ -62,7 +62,7 @@ case "$1" in
        /usr/sbin/apcaccess status
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|status|powerdown}"
+       msg_usage "$0 {start|stop|restart|force-reload|status|powerdown}"
        exit 3
 esac
 
This page took 0.054607 seconds and 4 git commands to generate.