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

dhcp-relay.init
dhcp.init

index c67138a8ba19ed8d435de5b9083e38ee207ae28e..f47e3e0163485bef39caade133fe31a8c3f92349 100644 (file)
@@ -15,7 +15,7 @@
 
 # Check that networking is up.
 if is_no "${NETWORKING}"; then
-       msg_Network_Down "DHCP realay"
+       msg_network_down "DHCP realay"
        exit 1
 fi
 
@@ -34,7 +34,7 @@ case "$1" in
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcp-relay
        else
-               msg_Already_Running "DHCP relay"
+               msg_already_running "DHCP relay"
                exit 1
        fi
        ;;
@@ -51,7 +51,7 @@ case "$1" in
        status dhcrelay
        ;;
   *)
-       msg_Usage "$0 {start|stop|restart|reload|status}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
 esac
 
index aa6fc14a2883dbfc93d901417201df1432bbe0f4..06abc5ccb28211d117292516f58b8d3544698f96 100644 (file)
--- a/dhcp.init
+++ b/dhcp.init
@@ -15,7 +15,7 @@
 
 # Check that networking is up.
 if is_no "${NETWORKING}"; then
-       msg_Network_Down DHCPD
+       msg_network_down DHCPD
        exit 1
 fi
 
@@ -29,7 +29,7 @@ case "$1" in
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcpd
        else
-               msg_Already_Running DHCPD
+               msg_already_running DHCPD
                exit 1
        fi
        ;;
@@ -47,7 +47,7 @@ case "$1" in
        status dhcpd
        ;;
   *)
-       msg_Usage "$0 {start|stop|restart|reload|status}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
 esac
 
This page took 0.057007 seconds and 4 git commands to generate.