]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/initscripts/init.d/networking/functions.network
functions.network: change "Not running" message.
[people/teissler/ipfire-2.x.git] / src / initscripts / init.d / networking / functions.network
index d52b30159a63e5686ff62ee9920725f6b4f81126..f459b77759af45419dce40ff02bbf1a341945930 100644 (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