From: Arne Fitzenreiter Date: Tue, 9 Jul 2013 17:09:39 +0000 (+0200) Subject: functions.network: change "Not running" message. X-Git-Tag: v2.13-core71~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02d67e754571b2fda38c398a59fa1845f7c9740a;p=ipfire-2.x.git functions.network: change "Not running" message. Now it looks like other initskripts. --- diff --git a/src/initscripts/init.d/networking/functions.network b/src/initscripts/init.d/networking/functions.network index d52b30159a..f459b77759 100644 --- a/src/initscripts/init.d/networking/functions.network +++ b/src/initscripts/init.d/networking/functions.network @@ -118,7 +118,7 @@ dhcpcd_stop() { local pid="$(dhcpcd_get_pid "${device}")" if ! dhcpcd_is_running "${pid}"; then - boot_mesg "dhcpcd not running!" ${WARNING} + boot_mesg " Not running." ${WARNING} echo_warning exit 1 fi