summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2016-08-21 12:58:24 -0500
committerWilliam Hubbs <williamh@gentoo.org>2016-08-21 13:12:36 -0500
commit8bfc9b0a521cc3d9baa89a78797a8590b6ccf645 (patch)
tree011b0fbbd5300e3b35da2501b110a724539d9610 /sys-apps/openrc
parentmedia-video/bino: Allow nvidia-drivers usage (#581008) (diff)
downloadgentoo-8bfc9b0a521cc3d9baa89a78797a8590b6ccf645.tar.gz
gentoo-8bfc9b0a521cc3d9baa89a78797a8590b6ccf645.tar.bz2
gentoo-8bfc9b0a521cc3d9baa89a78797a8590b6ccf645.zip
sys-apps/openrc: 0.21.3 - remove outdated warnings for #591540
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r--sys-apps/openrc/openrc-0.21.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-apps/openrc/openrc-0.21.3.ebuild b/sys-apps/openrc/openrc-0.21.3.ebuild
index f9ef8dd4432e..47a8706087c3 100644
--- a/sys-apps/openrc/openrc-0.21.3.ebuild
+++ b/sys-apps/openrc/openrc-0.21.3.ebuild
@@ -327,26 +327,4 @@ pkg_postinst() {
ewarn "without networking."
ewarn
fi
-
- ewarn "In this version of OpenRC, the loopback interface no longer"
- ewarn "satisfies the net virtual."
- ewarn "If you have services now which do not start because of this,"
- ewarn "They can be fixed by adding rc_need=\"!net\""
- ewarn "to the ${EROOT}etc/conf.d/<servicename> file."
- 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"
- ewarn
-
- # Updated for 0.13.2.
- ewarn "Bug https://bugs.gentoo.org/show_bug.cgi?id=427996 was not"
- ewarn "fixed correctly in earlier versions of OpenRC."
- ewarn "The correct fix is implemented in this version, but that"
- ewarn "means netmount needs to be added to the default runlevel if"
- ewarn "you are using nfs file systems."
- ewarn
-
- elog "You should now update all files in /etc, using etc-update"
- elog "or equivalent before restarting any services or this host."
}