From ef35a52ed7130f0d576588210dac3a59297a55d1 Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 7 Jul 2003 00:22:46 +0000 Subject: [PATCH] - fixed previous change Changed files: boa.init -> 1.9 --- boa.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa.init b/boa.init index 0fde379..96b1548 100644 --- a/boa.init +++ b/boa.init @@ -20,7 +20,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 "Boa httpd" exit 1 fi -- 2.43.0