Fix a brain fart

This commit is contained in:
Roy Marples 2009-04-27 13:58:26 +00:00
parent 3d43fb6f22
commit 48f477f851

View File

@ -241,7 +241,7 @@ stop()
# Don't stop the network at shutdown. # Don't stop the network at shutdown.
# We don't use the noshutdown keyword so that we are started again # We don't use the noshutdown keyword so that we are started again
# correctly if we go back to multiuser. # 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= local int= intv= cmd= downcmd= r=
einfo "Stopping network" einfo "Stopping network"