From: ankry Date: Fri, 2 May 2003 23:38:07 +0000 (+0000) Subject: - updated X-Git-Tag: auto/ac/dhcp-3_0_1rc12-1~12 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=badf152692eae1f603eb4caf13064797dcb92375;p=packages%2Fdhcp.git - updated Changed files: dhcp-relay.init -> 1.12 dhcp.init -> 1.9 --- diff --git a/dhcp-relay.init b/dhcp-relay.init index c67138a..f47e3e0 100644 --- a/dhcp-relay.init +++ b/dhcp-relay.init @@ -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 diff --git a/dhcp.init b/dhcp.init index aa6fc14..06abc5c 100644 --- 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