Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-9999.ebuild
Date: Sat, 31 May 2008 07:06:22
Message-Id: E1K2LAN-0001UN-VC@stork.gentoo.org
1 vapier 08/05/31 07:06:15
2
3 Modified: openrc-9999.ebuild
4 Log:
5 add the net.lo check from older versions
6 (Portage version: 2.2_pre5.spank.spunk)
7
8 Revision Changes Path
9 1.35 sys-apps/openrc/openrc-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.34&r2=1.35
14
15 Index: openrc-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- openrc-9999.ebuild 31 May 2008 07:04:58 -0000 1.34
22 +++ openrc-9999.ebuild 31 May 2008 07:06:15 -0000 1.35
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.34 2008/05/31 07:04:58 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.35 2008/05/31 07:06:15 vapier Exp $
28
29 inherit eutils flag-o-matic multilib toolchain-funcs
30
31 @@ -160,6 +160,7 @@
32 # force net init.d scripts into symlinks
33 for f in "${ROOT}"/etc/init.d/net.* ; do
34 [[ -e ${f} ]] || continue # catch net.* not matching anything
35 + [[ ${f} == *.net.lo ]] && continue # real file now
36 [[ ${f} == *.openrc.bak ]] && continue
37 if [[ ! -L ${f} ]] ; then
38 elog "Moved net service '${f##*/}' to '${f##*/}.openrc.bak' to force a symlink."
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list