]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- use rc-scripts messages
authorkali <kali@pld-linux.org>
Wed, 29 Sep 2004 18:13:31 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.init -> 1.4

apcupsd.init

index 31552d7c543f0936f9cd24760fd002a264cca80e..2037aca22fe16272afc259c1259689a72916af07 100644 (file)
@@ -29,7 +29,7 @@ case "$1" in
        rm -f /etc/apcupsd/powerfail
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/apcupsd ]; then
-               show "Starting APC UPS monitoring"
+               msg_starting "APC UPS monitoring"
                daemon /usr/sbin/apcupsd -f /etc/apcupsd/apcupsd.conf
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/apcupsd
This page took 0.04837 seconds and 4 git commands to generate.