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: ChangeLog openrc-9999.ebuild openrc-0.2.5.ebuild
Date: Sun, 01 Jun 2008 03:01:44
Message-Id: E1K2dpB-0003AA-O3@stork.gentoo.org
1 vapier 08/06/01 03:01:37
2
3 Modified: ChangeLog openrc-9999.ebuild openrc-0.2.5.ebuild
4 Log:
5 Fix net.lo test in upgrade path as pointed out by compguy284 #224425.
6 (Portage version: 2.2_pre5.spank.spunk)
7
8 Revision Changes Path
9 1.39 sys-apps/openrc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 31 May 2008 07:04:58 -0000 1.38
22 +++ ChangeLog 1 Jun 2008 03:01:37 -0000 1.39
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/openrc
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.38 2008/05/31 07:04:58 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.39 2008/06/01 03:01:37 vapier Exp $
28 +
29 + 01 Jun 2008; Mike Frysinger <vapier@g.o> openrc-0.2.5.ebuild,
30 + openrc-9999.ebuild:
31 + Fix net.lo test in upgrade path as pointed out by compguy284 #224425.
32
33 31 May 2008; Mike Frysinger <vapier@g.o> openrc-0.2.5.ebuild,
34 openrc-9999.ebuild:
35
36
37
38 1.36 sys-apps/openrc/openrc-9999.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.36&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.36&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.35&r2=1.36
43
44 Index: openrc-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
47 retrieving revision 1.35
48 retrieving revision 1.36
49 diff -u -r1.35 -r1.36
50 --- openrc-9999.ebuild 31 May 2008 07:06:15 -0000 1.35
51 +++ openrc-9999.ebuild 1 Jun 2008 03:01:37 -0000 1.36
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.35 2008/05/31 07:06:15 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.36 2008/06/01 03:01:37 vapier Exp $
57
58 inherit eutils flag-o-matic multilib toolchain-funcs
59
60 @@ -160,7 +160,7 @@
61 # force net init.d scripts into symlinks
62 for f in "${ROOT}"/etc/init.d/net.* ; do
63 [[ -e ${f} ]] || continue # catch net.* not matching anything
64 - [[ ${f} == *.net.lo ]] && continue # real file now
65 + [[ ${f} == */net.lo ]] && continue # real file now
66 [[ ${f} == *.openrc.bak ]] && continue
67 if [[ ! -L ${f} ]] ; then
68 elog "Moved net service '${f##*/}' to '${f##*/}.openrc.bak' to force a symlink."
69
70
71
72 1.3 sys-apps/openrc/openrc-0.2.5.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2.5.ebuild?rev=1.3&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2.5.ebuild?rev=1.3&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2.5.ebuild?r1=1.2&r2=1.3
77
78 Index: openrc-0.2.5.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.5.ebuild,v
81 retrieving revision 1.2
82 retrieving revision 1.3
83 diff -u -r1.2 -r1.3
84 --- openrc-0.2.5.ebuild 31 May 2008 07:04:58 -0000 1.2
85 +++ openrc-0.2.5.ebuild 1 Jun 2008 03:01:37 -0000 1.3
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.5.ebuild,v 1.2 2008/05/31 07:04:58 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.5.ebuild,v 1.3 2008/06/01 03:01:37 vapier Exp $
91
92 inherit eutils flag-o-matic multilib toolchain-funcs
93
94 @@ -160,7 +160,7 @@
95 # force net init.d scripts into symlinks
96 for f in "${ROOT}"/etc/init.d/net.* ; do
97 [[ -e ${f} ]] || continue # catch net.* not matching anything
98 - [[ ${f} == *.net.lo ]] && continue # real file now
99 + [[ ${f} == */net.lo ]] && continue # real file now
100 [[ ${f} == *.openrc.bak ]] && continue
101 if [[ ! -L ${f} ]] ; then
102 elog "Moved net service '${f##*/}' to '${f##*/}.openrc.bak' to force a symlink."
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list