diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-07-30 22:56:08 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-07-30 22:56:08 -0400 |
commit | 3ca664f8fae26d26dd3270bb496bd2c0eb293021 (patch) | |
tree | 6d07028bb4fc2dde31b6341820c9c1c062b82ab4 /sys-apps/systemd | |
parent | sys-apps/systemd: skip DEVPTS_MULTIPLE_INSTANCES check for Linux >= 4.7 (diff) | |
download | gentoo-3ca664f8fae26d26dd3270bb496bd2c0eb293021.tar.gz gentoo-3ca664f8fae26d26dd3270bb496bd2c0eb293021.tar.bz2 gentoo-3ca664f8fae26d26dd3270bb496bd2c0eb293021.zip |
sys-apps/systemd: disable resolv.conf warning
systemd-resolved currently returns broken responses via 127.0.0.53.
Bug: https://github.com/systemd/systemd/issues/3826
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-231.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/systemd/systemd-231.ebuild b/sys-apps/systemd/systemd-231.ebuild index 26e4effa9228..42684a920f73 100644 --- a/sys-apps/systemd/systemd-231.ebuild +++ b/sys-apps/systemd/systemd-231.ebuild @@ -433,10 +433,10 @@ 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-/usr}/lib/systemd/resolv.conf ${ROOT}etc/resolv.conf" - 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() { |