summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/network.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/network.in b/init.d/network.in
index 50ba757..3b2cccc 100644
--- a/init.d/network.in
+++ b/init.d/network.in
@@ -241,7 +241,7 @@ stop()
# Don't stop the network at shutdown.
# We don't use the noshutdown keyword so that we are started again
# correctly if we go back to multiuser.
- ! yesno ${shutdown_network:-YES} && yesno $RC_GOINGDOWN && return 0
+ yesno ${shutdown_network:-YES} && yesno $RC_GOINGDOWN && return 0
local int= intv= cmd= downcmd= r=
einfo "Stopping network"