]> git.pld-linux.org Git - packages/watchdog.git/commitdiff
- removed some obsolete rc-script macros + some minor changes
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 23 Jan 2002 02:10:39 +0000 (02:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    watchdog.init -> 1.2

watchdog.init

index ca914bf6f72e6b7171437cb2337104ef6613b3e9..f70e27b4aa101b1ecf9aec8c6532a8fb6078b8cf 100644 (file)
@@ -44,7 +44,7 @@ case "$1" in
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/watchdog
        else
-               msg_Already_Running watchdog
+               msg_already_running watchdog
        fi
        ;;
   stop)
@@ -64,7 +64,7 @@ case "$1" in
        rmmod acquirewdt &>/dev/null
                rm -f /var/lock/subsys/watchdog >/dev/null 2>&1
        else
-               msg_Not_Running watchdog
+               msg_not_running watchdog
                exit 1
        fi
        ;;
This page took 0.06739 seconds and 4 git commands to generate.