From 75afa61b8470efe1df3de79228c322bd95f74117 Mon Sep 17 00:00:00 2001 From: ankry Date: Thu, 3 Jul 2003 21:01:49 +0000 Subject: [PATCH] - allow some actions when network is down Changed files: arpwatch.init -> 1.18 --- arpwatch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpwatch.init b/arpwatch.init index 18514da..4477ab2 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 ]; then + if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then msg_network_down "arpwatch" exit 1 fi -- 2.44.0