Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Mon, 30 Jan 2012 18:14:47
Message-Id: 0ff23f20e88279fea27a110fc5d56ed760689806.WilliamH@gentoo
1 commit: 0ff23f20e88279fea27a110fc5d56ed760689806
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:06:46 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=0ff23f20
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 ---
16 init.d/net.lo.in | 2 +-
17 1 files changed, 1 insertions(+), 1 deletions(-)
18
19 diff --git a/init.d/net.lo.in b/init.d/net.lo.in
20 index 9fdeaba..bf2d848 100644
21 --- a/init.d/net.lo.in
22 +++ b/init.d/net.lo.in
23 @@ -21,7 +21,7 @@ depend()
24 need localmount
25 after bootmisc
26 provide net
27 - keyword -shutdown -jail -prefix -vserver
28 + keyword -jail -prefix -vserver
29
30 case "${IFACE}" in
31 lo|lo0);;