Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.9.8.x commit in: init.d/
Date: Mon, 30 Jan 2012 18:24:57
Message-Id: 8a41537f688f62000ba3b1a856d42ef3fadc52fc.WilliamH@gentoo
1 commit: 8a41537f688f62000ba3b1a856d42ef3fadc52fc
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 18:06:46 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 18:12:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=8a41537f
7
8 Revert "Net: do not bring down interfaces during shutdown"
9
10 This reverts commit 6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c.
11 There are interfaces, such as adsl and ppp interfaces which need to be
12 brought down. Also, the WOL setting is a good case for bringingdown
13 interfaces.
14
15 Reported-by: Miguel Sanjurjo <Miguel.Sanjurjo @gmail.com>
16 X-Gentoo-Bug: 401269
17 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=401269
18
19 ---
20 init.d/net.lo.in | 2 +-
21 1 files changed, 1 insertions(+), 1 deletions(-)
22
23 diff --git a/init.d/net.lo.in b/init.d/net.lo.in
24 index 9fdeaba..bf2d848 100644
25 --- a/init.d/net.lo.in
26 +++ b/init.d/net.lo.in
27 @@ -21,7 +21,7 @@ depend()
28 need localmount
29 after bootmisc
30 provide net
31 - keyword -shutdown -jail -prefix -vserver
32 + keyword -jail -prefix -vserver
33
34 case "${IFACE}" in
35 lo|lo0);;