From 5569e2e4f6daa9b513cfb57a31db1b56863548fb Mon Sep 17 00:00:00 2001 From: ankry Date: Thu, 3 Jul 2003 21:01:51 +0000 Subject: - allow some actions when network is down Changed files: portfwd.init -> 1.5 diff --git a/portfwd.init b/portfwd.init index 0bc783c..9393872 100644 --- a/portfwd.init +++ b/portfwd.init @@ -22,7 +22,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 portfwd exit 1 fi -- cgit v0.10.2