From 5bfebbecea6514037ceef3b832660f70acf8a945 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 11 Feb 2013 09:45:14 -0600 Subject: Rename shutdown_network setting to keep_network We were telling users that setting shutdown_network=YES would shut down the network interfaces during shutdown, but this was exactly the opposite of what we were doing. The default was YES, which was keeping the interfaces active. This keeps the default behavior, but renames the setting to keep_network which more accurately describes its function, and instructs users to set it to NO if they want the network interfaces to go down. --- doc/net.example.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/net.example.Linux.in') diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index ed3b80bc..d8fa0842 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1244,4 +1244,4 @@ #} # You should note that we don't stop the network at system shutdown by default. -# If you really need this, then set shutdown_network=YES +# If you really need this, then set keep_network=NO -- cgit v1.2.3