From 48f477f851d6ac0a1867ff6b405bbdfae401b0d2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 27 Apr 2009 13:58:26 +0000 Subject: Fix a brain fart --- init.d/network.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/network.in b/init.d/network.in index 50ba7578..3b2cccc9 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" -- cgit v1.2.3