functions.network: change "Not running" message.

Now it looks like other initskripts.
This commit is contained in:
Arne Fitzenreiter
2013-07-09 19:09:39 +02:00
parent d43bb759b1
commit 02d67e7545

View File

@@ -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