Skip to content

Commit

Permalink
sys-apps/openrc: 0.21.3 - remove outdated warnings for #591540
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
williamh committed Aug 21, 2016
1 parent 417ec36 commit 8bfc9b0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions sys-apps/openrc/openrc-0.21.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit 8bfc9b0

Please sign in to comment.