From 97b606a947bbddafc6ad68fd4d991e6be161b1d3 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: arpwatch.init -> 1.19 --- arpwatch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpwatch.init b/arpwatch.init index 4477ab2..7eb7196 100644 --- a/arpwatch.init +++ b/arpwatch.init @@ -16,7 +16,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 "arpwatch" exit 1 fi -- 2.44.0