diff options
author | William Hubbs <williamh@gentoo.org> | 2012-10-20 19:25:07 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-10-20 19:25:07 +0000 |
commit | 75d18bcc157ce281d5f5ffea75f078551245bcaa (patch) | |
tree | e4b909111ae7902ef6827d37fcab65c5a5c215d5 /sys-apps | |
parent | any mod support will do (diff) | |
download | gentoo-2-75d18bcc157ce281d5f5ffea75f078551245bcaa.tar.gz gentoo-2-75d18bcc157ce281d5f5ffea75f078551245bcaa.tar.bz2 gentoo-2-75d18bcc157ce281d5f5ffea75f078551245bcaa.zip |
Clarify the warning about services that need net and also refer them to the tracker.
(Portage version: 2.2.0_alpha140/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.11.1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/openrc/openrc-0.11.1.ebuild b/sys-apps/openrc/openrc-0.11.1.ebuild index 7a522d85f342..0961767c1080 100644 --- a/sys-apps/openrc/openrc-0.11.1.ebuild +++ b/sys-apps/openrc/openrc-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.1.ebuild,v 1.1 2012/10/20 03:37:38 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.1.ebuild,v 1.2 2012/10/20 19:25:07 williamh Exp $ EAPI=4 @@ -447,11 +447,13 @@ pkg_postinst() { ewarn "In this version of OpenRC, the loopback interface no longer" ewarn "satisfies the net virtual." - ewarn "If you are using rc_depend_strict=NO to allow servers to start" - ewarn "only for the loopback interface, this is no longer recommended." - ewarn "Instead, add this to the service's conf.d file and file a bug" - ewarn "requesting that the need net dependency be dropped." - ewarn "rc_need=\"!net\"" + ewarn "If you were depending on services that needed this, the quick fix is" + ewarn "to put this line in ${EROOT}/etc/conf.d/net:" + ewarn "rc_lo_provide=\"net\"" + ewarn "You should also file a bug against the service asking that" + ewarn "need net be dropped from the dependencies." + ewarn "The bug you file should block the following tracker:" + ewarn "https://bugs.gentoo.org/show_bug.cgi?id=439092" elog "You should now update all files in /etc, using etc-update" elog "or equivalent before restarting any services or this host." |