From: ankry Date: Thu, 3 Jul 2003 21:01:51 +0000 (+0000) Subject: - allow some actions when network is down X-Git-Tag: auto/th/dante-1.3.2-1~19 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdante.git;a=commitdiff_plain;h=7e91454e9297c8062c3d3be186880e1461fb8e80 - allow some actions when network is down Changed files: sockd.init -> 1.4 --- diff --git a/sockd.init b/sockd.init index ce181a6..a4290da 100644 --- a/sockd.init +++ b/sockd.init @@ -21,7 +21,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 # nls "ERROR: Networking is down. %s can't be run." msg_network_down sockdd exit 1