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

boa.init

index 7b1d80f692bf38665093331ca92da6847a9758d4..cd15e14b2195c08d29e4a758619d173349af64fb 100644 (file)
--- a/boa.init
+++ b/boa.init
@@ -20,7 +20,7 @@
 
 # Check that networking is up.
 if is_no "${NETWORKING}"; then
-       msg_Network_Down "Boa httpd"
+       msg_network_down "Boa httpd"
        exit 1
 fi
 
@@ -35,7 +35,7 @@ case "$1" in
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/boa
        else
-               msg_Already_Running "Boa httpd"
+               msg_already_running "Boa httpd"
                exit 1
        fi
         ;;
@@ -46,7 +46,7 @@ case "$1" in
                killproc boa
                rm -f /var/lock/subsys/boa >/dev/null 2>&1
        else
-               msg_Not_Running "Boa httpd"
+               msg_not_running "Boa httpd"
                exit 1
        fi      
         ;;
@@ -63,7 +63,7 @@ case "$1" in
                deltext
                ok              
        else
-               msg_Not_Running "Boa httpd"
+               msg_not_running "Boa httpd"
                exit 1
        fi
        ;;
@@ -76,7 +76,7 @@ case "$1" in
        exit $?
         ;;
   *)
-       msg_Usage "$0 {start|stop|status|restart|reload|force-reload}"
+       msg_usage "$0 {start|stop|status|restart|reload|force-reload}"
         exit 1
 esac
 
This page took 0.054366 seconds and 4 git commands to generate.