From d112946d0e500737b90abb15e55b15bcfcc134da Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 7 Jul 2003 00:22:48 +0000 Subject: [PATCH] - fixed previous change Changed files: whoson.init -> 1.9 --- whoson.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0