]> git.pld-linux.org Git - packages/bootparamd.git/commitdiff
- fix service name
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Mar 2006 17:07:19 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootparamd.init -> 1.10

bootparamd.init

index a5ea39aac9b0668391a1f6de5a83b0d420c03d01..66c3c1c19badfe1366121c49e174b1d07490ed9a 100644 (file)
@@ -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
This page took 0.055334 seconds and 4 git commands to generate.