]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
functions.network: change "Not running" message.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 9 Jul 2013 17:09:39 +0000 (19:09 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 9 Jul 2013 17:09:39 +0000 (19:09 +0200)
Now it looks like other initskripts.

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