summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2003-07-07 00:22:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1039450a7ce2c1a08f7679ca41be6123dc760ace (patch)
tree09682ed8821adade5b37dacd2aa9dfb7ef3bafd2
parentf4943efc6a9870e0511cec093bffe86b314c1c32 (diff)
downloadipxtund-1039450a7ce2c1a08f7679ca41be6123dc760ace.zip
ipxtund-1039450a7ce2c1a08f7679ca41be6123dc760ace.tar.gz
- fixed previous change
Changed files: ipxtund.init -> 1.7
-rw-r--r--ipxtund.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipxtund.init b/ipxtund.init
index 90155c9..38d0927 100644
--- a/ipxtund.init
+++ b/ipxtund.init
@@ -20,7 +20,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
# nls "ERROR: Networking is down. %s can't be run." <service>
msg_network_down ipxtund
exit 1