summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-01-30 12:06:46 -0600
committerWilliam Hubbs <williamh@gentoo.org>2012-01-30 12:06:46 -0600
commit0ff23f20e88279fea27a110fc5d56ed760689806 (patch)
treef173bde8ba764324aff40807593979a6e33b33cb
parentcea71369e99a08c0fc3d9166bbfe9247ef8900ce (diff)
downloadopenrc-0ff23f20e88279fea27a110fc5d56ed760689806.tar.gz
openrc-0ff23f20e88279fea27a110fc5d56ed760689806.tar.bz2
openrc-0ff23f20e88279fea27a110fc5d56ed760689806.tar.xz
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.
-rw-r--r--init.d/net.lo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 9fdeaba..bf2d848 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);;