From ed38e3f5f697c56f60d946dd68864511eff30478 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: anubis.init -> 1.6 --- anubis.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anubis.init b/anubis.init index 1793af2..e1a68f6 100644 --- a/anubis.init +++ b/anubis.init @@ -21,7 +21,7 @@ PROG=$SERVICE # 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 $MSG exit 1 fi -- 2.44.0