diff options
author | William Hubbs <williamh@gentoo.org> | 2011-12-30 10:44:56 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-30 10:44:56 -0600 |
commit | 6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c (patch) | |
tree | 7d6549a955d8217d61a3aa674e1c8c02d8bebd9c | |
parent | 810f2e55fb32e8a363d5737649a698f037e92db6 (diff) |
Net: do not bring down interfaces during shutdown
-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 f8ec02cf..07524002 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);; |