Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Mon, 28 Aug 2017 15:03:43
Message-Id: 1503932615.a5da8da12b64ce7e61b38cedef0a41d7a407f0ae.floppym@gentoo
1 commit: a5da8da12b64ce7e61b38cedef0a41d7a407f0ae
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 15:03:19 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 15:03:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5da8da1
7
8 sys-apps/systemd: remove resolv.conf upgrade advice
9
10 It has been reported that the resolved stub resolver does not work
11 with some buggy routers/ISPs that mess with DNSSEC packets.
12
13 Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
14
15 sys-apps/systemd/systemd-233-r3.ebuild | 5 -----
16 sys-apps/systemd/systemd-233-r4.ebuild | 5 -----
17 sys-apps/systemd/systemd-234-r3.ebuild | 5 -----
18 sys-apps/systemd/systemd-9999.ebuild | 5 -----
19 4 files changed, 20 deletions(-)
20
21 diff --git a/sys-apps/systemd/systemd-233-r3.ebuild b/sys-apps/systemd/systemd-233-r3.ebuild
22 index eac2bb56eee..a3b673046cd 100644
23 --- a/sys-apps/systemd/systemd-233-r3.ebuild
24 +++ b/sys-apps/systemd/systemd-233-r3.ebuild
25 @@ -446,11 +446,6 @@ pkg_postinst() {
26 eerror "systemd again."
27 eerror
28 fi
29 -
30 - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then
31 - ewarn "You should replace the resolv.conf symlink:"
32 - ewarn "ln -snf ${ROOTPREFIX-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf"
33 - fi
34 }
35
36 pkg_prerm() {
37
38 diff --git a/sys-apps/systemd/systemd-233-r4.ebuild b/sys-apps/systemd/systemd-233-r4.ebuild
39 index 4ee6d08863f..35f5f02c6e3 100644
40 --- a/sys-apps/systemd/systemd-233-r4.ebuild
41 +++ b/sys-apps/systemd/systemd-233-r4.ebuild
42 @@ -448,11 +448,6 @@ pkg_postinst() {
43 eerror "systemd again."
44 eerror
45 fi
46 -
47 - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then
48 - ewarn "You should replace the resolv.conf symlink:"
49 - ewarn "ln -snf ${ROOTPREFIX-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf"
50 - fi
51 }
52
53 pkg_prerm() {
54
55 diff --git a/sys-apps/systemd/systemd-234-r3.ebuild b/sys-apps/systemd/systemd-234-r3.ebuild
56 index d5be135d849..2d3fd9da978 100644
57 --- a/sys-apps/systemd/systemd-234-r3.ebuild
58 +++ b/sys-apps/systemd/systemd-234-r3.ebuild
59 @@ -433,11 +433,6 @@ pkg_postinst() {
60 eerror
61 fi
62
63 - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then
64 - ewarn "You should replace the resolv.conf symlink:"
65 - ewarn "ln -snf ${ROOTPREFIX%/}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf"
66 - fi
67 -
68 if [[ -e "${EROOT%/}"/usr/lib/systemd/system-generators ]]; then
69 ewarn "Please rebuild any packages which install system generators."
70 ewarn " emerge --oneshot --usepkg=n /usr/lib/systemd/system-generators"
71
72 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
73 index 835ac073e82..6587693fcb0 100644
74 --- a/sys-apps/systemd/systemd-9999.ebuild
75 +++ b/sys-apps/systemd/systemd-9999.ebuild
76 @@ -429,11 +429,6 @@ pkg_postinst() {
77 eerror "systemd again."
78 eerror
79 fi
80 -
81 - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then
82 - ewarn "You should replace the resolv.conf symlink:"
83 - ewarn "ln -snf ${ROOTPREFIX%/}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf"
84 - fi
85 }
86
87 pkg_prerm() {