From: Arne Fitzenreiter Date: Tue, 9 Jul 2013 17:09:39 +0000 (+0200) Subject: functions.network: change "Not running" message. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=02d67e754571b2fda38c398a59fa1845f7c9740a;hp=d43bb759b1bb6d02a93b63d0dfd82e623685fb21 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 d52b30159..f459b7775 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