From: ankry Date: Mon, 7 Jul 2003 00:22:46 +0000 (+0000) Subject: - fixed previous change X-Git-Tag: auto/ac/bootparamd-0_17-11~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbootparamd.git;a=commitdiff_plain;h=2abe21dc4d89f44196c94a3102a5e32f11b396d4;ds=sidebyside - fixed previous change Changed files: bootparamd.init -> 1.8 --- diff --git a/bootparamd.init b/bootparamd.init index 2e52872..e91e05a 100644 --- a/bootparamd.init +++ b/bootparamd.init @@ -15,7 +15,7 @@ # Check that networking is up. if is_yes "${NETWORKING}"; then - if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then + if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then msg_network_down rwalld exit 1 fi