diff options
author | William Hubbs <williamh@gentoo.org> | 2012-01-30 12:06:46 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-01-30 12:06:46 -0600 |
commit | 0ff23f20e88279fea27a110fc5d56ed760689806 (patch) | |
tree | f173bde8ba764324aff40807593979a6e33b33cb /init.d/net.lo.in | |
parent | cea71369e99a08c0fc3d9166bbfe9247ef8900ce (diff) |
Revert "Net: do not bring down interfaces during shutdown"
This reverts commit 6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c.
There are interfaces, such as adsl and ppp interfaces which need to be
brought down. Also, the WOL setting is a good case for bringingdown
interfaces.
Diffstat (limited to 'init.d/net.lo.in')
-rw-r--r-- | init.d/net.lo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 9fdeaba1..bf2d848b 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -21,7 +21,7 @@ depend() need localmount after bootmisc provide net - keyword -shutdown -jail -prefix -vserver + keyword -jail -prefix -vserver case "${IFACE}" in lo|lo0);; |