summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-12-30 10:44:56 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-12-30 10:44:56 -0600
commit6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c (patch)
tree7d6549a955d8217d61a3aa674e1c8c02d8bebd9c
parent810f2e55fb32e8a363d5737649a698f037e92db6 (diff)
downloadopenrc-6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c.tar.gz
openrc-6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c.tar.bz2
openrc-6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c.tar.xz
Net: do not bring down interfaces during shutdown
-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 f8ec02c..0752400 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 -jail -prefix -vserver
+ keyword -shutdown -jail -prefix -vserver
case "${IFACE}" in
lo|lo0);;