]> git.pld-linux.org Git - packages/anubis.git/commitdiff
- updated
authorankry <ankry@pld-linux.org>
Fri, 2 May 2003 23:38:06 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anubis.init -> 1.3

anubis.init

index 4e4c04392e7acbf2c12c3765087debe71110fe9a..d487828e325600b5d6e96c6c0e743908d4f61b28 100644 (file)
@@ -21,7 +21,7 @@ PROG=$SERVICE
 
 # Check that networking is up
 if is_no "$NETWORKING"; then
-       msg_Network_Down $MSG
+       msg_network_down $MSG
        exit 1
 fi
 
@@ -37,7 +37,7 @@ case "$1" in
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch $LOCKFILE
        else
-               msg_Already_Running $MSG
+               msg_already_running $MSG
                exit 1
        fi
         ;;
@@ -47,7 +47,7 @@ case "$1" in
                killproc $PROG
                rm -f $LOCKFILE  >/dev/null 2>&1
        else
-               msg_Not_Running "$MSG"
+               msg_not_running "$MSG"
                exit 1
         fi
         ;;
@@ -60,9 +60,8 @@ case "$1" in
        $0 start
        ;;
   *)
-        msg_Usage "$0 {start|stop|restart|reload|status}"
+        msg_usage "$0 {start|stop|restart|reload|status}"
         exit 1
 esac
 
 exit $RETVAL
-
This page took 0.116659 seconds and 4 git commands to generate.