commit: 02eadb251d9428e761d7f2204e637698c254bfd4 Author: Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com> AuthorDate: Tue Dec 15 11:50:25 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 8 14:54:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02eadb25
net-misc/chrony: remove RELOADDNS sed Removed RELOADDNS sed since upstream fixed the bug in commit ff466439fc22d6a47594f5dda33a5bdb726e92b8 Bug: https://bugs.gentoo.org/739684 Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com> Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/chrony/chrony-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 72ef12ef0af..9359312d902 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -69,10 +69,6 @@ src_prepare() { -e 's:/etc/chrony\.conf:/etc/chrony/chrony.conf:g' \ doc/* examples/* || die - sed -i \ - -e 's|RELOADDNS||g' \ - configure || die - cp "${FILESDIR}"/chronyd.conf "${T}"/chronyd.conf || die }
