From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6311F13832E for ; Sun, 21 Aug 2016 18:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C44DE0A86; Sun, 21 Aug 2016 18:16:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB6A9E0A86 for ; Sun, 21 Aug 2016 18:16:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23A0C3407D0 for ; Sun, 21 Aug 2016 18:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05D72453 for ; Sun, 21 Aug 2016 18:16:52 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1471803156.8bfc9b0a521cc3d9baa89a78797a8590b6ccf645.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-0.21.3.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8bfc9b0a521cc3d9baa89a78797a8590b6ccf645 X-VCS-Branch: master Date: Sun, 21 Aug 2016 18:16:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6c24dbea-5b34-4f9f-9f66-0dc32f7c4f60 X-Archives-Hash: 1f956ee97a5063623a3f51f809885560 commit: 8bfc9b0a521cc3d9baa89a78797a8590b6ccf645 Author: William Hubbs gentoo org> AuthorDate: Sun Aug 21 17:58:24 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Aug 21 18:12:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfc9b0a sys-apps/openrc: 0.21.3 - remove outdated warnings for #591540 Package-Manager: portage-2.2.28 sys-apps/openrc/openrc-0.21.3.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sys-apps/openrc/openrc-0.21.3.ebuild b/sys-apps/openrc/openrc-0.21.3.ebuild index f9ef8dd..47a8706 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/ 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." }