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: Fri, 30 Dec 2011 16:50:24
Message-Id: 6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c.WilliamH@gentoo
1 commit: 6d5a2d5f9e5c1e3cb4c24dfc0c2ed2c118d8e64c
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 16:44:56 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 16:44:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6d5a2d5f
7
8 Net: do not bring down interfaces during shutdown
9
10 ---
11 init.d/net.lo.in | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/init.d/net.lo.in b/init.d/net.lo.in
15 index f8ec02c..0752400 100644
16 --- a/init.d/net.lo.in
17 +++ b/init.d/net.lo.in
18 @@ -21,7 +21,7 @@ depend()
19 need localmount
20 after bootmisc
21 provide net
22 - keyword -jail -prefix -vserver
23 + keyword -shutdown -jail -prefix -vserver
24
25 case "${IFACE}" in
26 lo|lo0);;