diff options
author | Peter Alfredsen <crabbedhaloablution@icloud.com> | 2020-12-15 12:50:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-08 14:54:00 +0000 |
commit | 02eadb251d9428e761d7f2204e637698c254bfd4 (patch) | |
tree | 067b0a6947f30386c965ea88b923e72583c99c8c /net-misc | |
parent | net-misc/chrony: remove sed for pkg-config (diff) | |
download | gentoo-02eadb251d9428e761d7f2204e637698c254bfd4.tar.gz gentoo-02eadb251d9428e761d7f2204e637698c254bfd4.tar.bz2 gentoo-02eadb251d9428e761d7f2204e637698c254bfd4.zip |
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@icloud.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 4 |
1 files changed, 0 insertions, 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 } |