From 94b3057571eed817e8aa0dd1b016ec7988328132 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 27 Apr 2009 12:04:33 +0000 Subject: Add the noshutdown keyword to special case the shutdown. --- init.d/network.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d') diff --git a/init.d/network.in b/init.d/network.in index 379b9a39..fb9668cf 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -13,8 +13,8 @@ depend() need localmount after bootmisc provide net - # We don't want to stop network unless we really have to - keyword nostop + # We don't want to stop the network at shutdown + keyword noshutdown keyword nojail noprefix novserver } -- cgit v1.2.3