From 02eadb251d9428e761d7f2204e637698c254bfd4 Mon Sep 17 00:00:00 2001 From: Peter Alfredsen Date: Tue, 15 Dec 2020 12:50:25 +0100 Subject: 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 Signed-off-by: Sam James --- 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 72ef12ef0afe..9359312d9029 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 } -- cgit v1.2.3-65-gdbad