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: Sun, 31 Jul 2016 02:57:54
Message-Id: 1469933768.3ca664f8fae26d26dd3270bb496bd2c0eb293021.floppym@gentoo
1 commit: 3ca664f8fae26d26dd3270bb496bd2c0eb293021
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 02:56:08 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 02:56:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca664f8
7
8 sys-apps/systemd: disable resolv.conf warning
9
10 systemd-resolved currently returns broken responses via 127.0.0.53.
11
12 Bug: https://github.com/systemd/systemd/issues/3826
13
14 sys-apps/systemd/systemd-231.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-apps/systemd/systemd-231.ebuild b/sys-apps/systemd/systemd-231.ebuild
18 index 26e4eff..42684a9 100644
19 --- a/sys-apps/systemd/systemd-231.ebuild
20 +++ b/sys-apps/systemd/systemd-231.ebuild
21 @@ -433,10 +433,10 @@ pkg_postinst() {
22 eerror
23 fi
24
25 - if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then
26 - ewarn "You should replace the resolv.conf symlink:"
27 - ewarn "ln -snf ${ROOTPREFIX-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf"
28 - fi
29 + #if [[ $(readlink "${ROOT}"etc/resolv.conf) == */run/systemd/* ]]; then
30 + # ewarn "You should replace the resolv.conf symlink:"
31 + # ewarn "ln -snf ${ROOTPREFIX-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf"
32 + #fi
33 }
34
35 pkg_prerm() {