diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-11 09:45:14 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-11 09:45:14 -0600 |
commit | 5bfebbecea6514037ceef3b832660f70acf8a945 (patch) | |
tree | 2c984e7669137555cb62ea6ee809040292fcc830 /conf.d | |
parent | 1280b97749ec60b4cd3f77d1c68202f305ad79b4 (diff) |
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.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/network.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/network.in b/conf.d/network.in index c7f948cc..d5477a0d 100644 --- a/conf.d/network.in +++ b/conf.d/network.in @@ -7,7 +7,7 @@ # You also have ifup_eth0 and ifdown_eth0 to run other commands when # eth0 is started and stopped. # 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 # Lastly, the interfaces variable pulls in virtual interfaces that cannot # be automatically detected. |