Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Mon, 08 Feb 2021 14:54:18
Message-Id: 1612796040.02eadb251d9428e761d7f2204e637698c254bfd4.sam@gentoo
1 commit: 02eadb251d9428e761d7f2204e637698c254bfd4
2 Author: Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
3 AuthorDate: Tue Dec 15 11:50:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 14:54:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02eadb25
7
8 net-misc/chrony: remove RELOADDNS sed
9
10 Removed RELOADDNS sed since upstream fixed the bug in
11 commit ff466439fc22d6a47594f5dda33a5bdb726e92b8
12
13 Bug: https://bugs.gentoo.org/739684
14 Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 net-misc/chrony/chrony-9999.ebuild | 4 ----
18 1 file changed, 4 deletions(-)
19
20 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
21 index 72ef12ef0af..9359312d902 100644
22 --- a/net-misc/chrony/chrony-9999.ebuild
23 +++ b/net-misc/chrony/chrony-9999.ebuild
24 @@ -69,10 +69,6 @@ src_prepare() {
25 -e 's:/etc/chrony\.conf:/etc/chrony/chrony.conf:g' \
26 doc/* examples/* || die
27
28 - sed -i \
29 - -e 's|RELOADDNS||g' \
30 - configure || die
31 -
32 cp "${FILESDIR}"/chronyd.conf "${T}"/chronyd.conf || die
33 }