Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.11.2.ebuild openrc-9999.ebuild
Date: Wed, 31 Oct 2012 17:40:11
Message-Id: 20121031173952.9F8AC21600@flycatcher.gentoo.org
1 williamh 12/10/31 17:39:52
2
3 Modified: openrc-0.11.2.ebuild openrc-9999.ebuild
4 Log:
5 update the warning about the loopback not providing net and sync the live ebuild.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.2 sys-apps/openrc/openrc-0.11.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.11.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.11.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.11.2.ebuild?r1=1.1&r2=1.2
15
16 Index: openrc-0.11.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openrc-0.11.2.ebuild 22 Oct 2012 07:55:17 -0000 1.1
23 +++ openrc-0.11.2.ebuild 31 Oct 2012 17:39:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.2.ebuild,v 1.1 2012/10/22 07:55:17 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.2.ebuild,v 1.2 2012/10/31 17:39:52 williamh Exp $
29
30 EAPI=4
31
32 @@ -447,9 +447,9 @@
33
34 ewarn "In this version of OpenRC, the loopback interface no longer"
35 ewarn "satisfies the net virtual."
36 - ewarn "If you were depending on services that needed this, the quick fix is"
37 - ewarn "to put this line in ${EROOT}/etc/conf.d/net:"
38 - ewarn "rc_lo_provide=\"net\""
39 + ewarn "If you have services now which do not start because of this,"
40 + ewarn "They can be fixed by adding rc_need=\"!net\""
41 + ewarn "to the ${EROOT}/etc/conf.d/<servicename> file."
42 ewarn "You should also file a bug against the service asking that"
43 ewarn "need net be dropped from the dependencies."
44 ewarn "The bug you file should block the following tracker:"
45
46
47
48 1.112 sys-apps/openrc/openrc-9999.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.112&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.112&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.111&r2=1.112
53
54 Index: openrc-9999.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
57 retrieving revision 1.111
58 retrieving revision 1.112
59 diff -u -r1.111 -r1.112
60 --- openrc-9999.ebuild 18 Oct 2012 15:03:19 -0000 1.111
61 +++ openrc-9999.ebuild 31 Oct 2012 17:39:52 -0000 1.112
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.111 2012/10/18 15:03:19 williamh Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.112 2012/10/31 17:39:52 williamh Exp $
67
68 EAPI=4
69
70 @@ -13,7 +13,7 @@
71 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git"
72 inherit git-2
73 else
74 - SRC_URI="mirror://gentoo/${P}.tar.bz2"
75 + SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
76 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
77 fi
78
79 @@ -445,6 +445,22 @@
80 ewarn "without networking."
81 fi
82
83 + ewarn "In this version of OpenRC, the loopback interface no longer"
84 + ewarn "satisfies the net virtual."
85 + ewarn "If you have services now which do not start because of this,"
86 + ewarn "They can be fixed by adding rc_need=\"!net\""
87 + ewarn "to the ${EROOT}/etc/conf.d/<servicename> file."
88 + ewarn "You should also file a bug against the service asking that"
89 + ewarn "need net be dropped from the dependencies."
90 + ewarn "The bug you file should block the following tracker:"
91 + ewarn "https://bugs.gentoo.org/show_bug.cgi?id=439092"
92 +
93 + ewarn "This version of OpenRC doesn't enable nfs mounts automatically any"
94 + ewarn "longer. In order to mount nfs file systems, you must use the"
95 + ewarn "nfsmount service from the nfs-utils package."
96 + ewarn "See bug https://bugs.gentoo.org/show_bug.cgi?id=427996 for"
97 + ewarn "more information on this."
98 +
99 elog "You should now update all files in /etc, using etc-update"
100 elog "or equivalent before restarting any services or this host."
101 elog