From: ankry Date: Mon, 7 Jul 2003 00:22:48 +0000 (+0000) Subject: - fixed previous change X-Git-Tag: auto/ac/whoson-2_03-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=d112946d0e500737b90abb15e55b15bcfcc134da;p=packages%2Fwhoson.git - fixed previous change Changed files: whoson.init -> 1.9 --- diff --git a/whoson.init b/whoson.init index 2a6dc5f..4ef7250 100644 --- a/whoson.init +++ b/whoson.init @@ -19,7 +19,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 whosond exit 1 fi