From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-969533-garchives=archives.gentoo.org@lists.gentoo.org> 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 700901396D0 for <garchives@archives.gentoo.org>; Mon, 28 Aug 2017 15:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD28BE0ED0; Mon, 28 Aug 2017 15:03:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DAF2E0ED0 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Aug 2017 15:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52EED33BE69 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Aug 2017 15:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C20EA85B0 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Aug 2017 15:03:38 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1503932615.a5da8da12b64ce7e61b38cedef0a41d7a407f0ae.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-233-r3.ebuild sys-apps/systemd/systemd-233-r4.ebuild sys-apps/systemd/systemd-234-r3.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a5da8da12b64ce7e61b38cedef0a41d7a407f0ae X-VCS-Branch: master Date: Mon, 28 Aug 2017 15:03:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b8fadf9e-b7c6-45cd-8737-0c18021ed230 X-Archives-Hash: 59e91b07303aceeaef7176be64bb1a9c commit: a5da8da12b64ce7e61b38cedef0a41d7a407f0ae Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Aug 28 15:03:19 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Aug 28 15:03:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5da8da1 sys-apps/systemd: remove resolv.conf upgrade advice It has been reported that the resolved stub resolver does not work with some buggy routers/ISPs that mess with DNSSEC packets. Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 sys-apps/systemd/systemd-233-r3.ebuild | 5 ----- sys-apps/systemd/systemd-233-r4.ebuild | 5 ----- sys-apps/systemd/systemd-234-r3.ebuild | 5 ----- sys-apps/systemd/systemd-9999.ebuild | 5 ----- 4 files changed, 20 deletions(-) diff --git a/sys-apps/systemd/systemd-233-r3.ebuild b/sys-apps/systemd/systemd-233-r3.ebuild index eac2bb56eee..a3b673046cd 100644 --- a/sys-apps/systemd/systemd-233-r3.ebuild +++ b/sys-apps/systemd/systemd-233-r3.ebuild @@ -446,11 +446,6 @@ pkg_postinst() { eerror "systemd again." eerror fi - - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then - ewarn "You should replace the resolv.conf symlink:" - ewarn "ln -snf ${ROOTPREFIX-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf" - fi } pkg_prerm() { diff --git a/sys-apps/systemd/systemd-233-r4.ebuild b/sys-apps/systemd/systemd-233-r4.ebuild index 4ee6d08863f..35f5f02c6e3 100644 --- a/sys-apps/systemd/systemd-233-r4.ebuild +++ b/sys-apps/systemd/systemd-233-r4.ebuild @@ -448,11 +448,6 @@ pkg_postinst() { eerror "systemd again." eerror fi - - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then - ewarn "You should replace the resolv.conf symlink:" - ewarn "ln -snf ${ROOTPREFIX-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf" - fi } pkg_prerm() { diff --git a/sys-apps/systemd/systemd-234-r3.ebuild b/sys-apps/systemd/systemd-234-r3.ebuild index d5be135d849..2d3fd9da978 100644 --- a/sys-apps/systemd/systemd-234-r3.ebuild +++ b/sys-apps/systemd/systemd-234-r3.ebuild @@ -433,11 +433,6 @@ pkg_postinst() { eerror fi - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then - ewarn "You should replace the resolv.conf symlink:" - ewarn "ln -snf ${ROOTPREFIX%/}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf" - fi - if [[ -e "${EROOT%/}"/usr/lib/systemd/system-generators ]]; then ewarn "Please rebuild any packages which install system generators." ewarn " emerge --oneshot --usepkg=n /usr/lib/systemd/system-generators" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 835ac073e82..6587693fcb0 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -429,11 +429,6 @@ pkg_postinst() { eerror "systemd again." eerror fi - - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then - ewarn "You should replace the resolv.conf symlink:" - ewarn "ln -snf ${ROOTPREFIX%/}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf" - fi } pkg_prerm() {