From badf152692eae1f603eb4caf13064797dcb92375 Mon Sep 17 00:00:00 2001 From: ankry Date: Fri, 2 May 2003 23:38:07 +0000 Subject: [PATCH] - updated Changed files: dhcp-relay.init -> 1.12 dhcp.init -> 1.9 --- dhcp-relay.init | 6 +++--- dhcp.init | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.44.0