From: Elan Ruusamäe Date: Sun, 19 Mar 2006 17:07:19 +0000 (+0000) Subject: - fix service name X-Git-Tag: AC-STABLE~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbootparamd.git;a=commitdiff_plain;h=efa16f3744c99df3a55018e50deb73c17a0bcd21 - fix service name Changed files: bootparamd.init -> 1.10 --- diff --git a/bootparamd.init b/bootparamd.init index a5ea39a..66c3c1c 100644 --- a/bootparamd.init +++ b/bootparamd.init @@ -16,7 +16,7 @@ # Check that networking is up. if is_yes "${NETWORKING}"; then if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then - msg_network_down rwalld + msg_network_down rpc.bootparamd exit 1 fi else