From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FD1F15800F for ; Wed, 18 Jan 2023 22:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7244CE07FE; Wed, 18 Jan 2023 22:55:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 560A7E07FE for ; Wed, 18 Jan 2023 22:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73635335D72 for ; Wed, 18 Jan 2023 22:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156B7851 for ; Wed, 18 Jan 2023 22:55:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1674082478.623c01dffa7caefbea2909dbba4c7ed32fd589c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-4.3-r3.ebuild net-misc/chrony/chrony-4.3-r4.ebuild net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 623c01dffa7caefbea2909dbba4c7ed32fd589c3 X-VCS-Branch: master Date: Wed, 18 Jan 2023 22:55:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8e3172b-700b-44f6-8b9b-6fdab27b2dc7 X-Archives-Hash: b0066f9197fabd815105ceeaed69c804 commit: 623c01dffa7caefbea2909dbba4c7ed32fd589c3 Author: Sam James gentoo org> AuthorDate: Wed Jan 18 22:52:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 18 22:54:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623c01df net-misc/chrony: chrony.conf, not chronyd.conf Bug: https://bugs.gentoo.org/835461 Fixes: bccc7ae446ae4f100cdd87227a636541769ecde6 Signed-off-by: Sam James gentoo.org> net-misc/chrony/{chrony-4.3-r3.ebuild => chrony-4.3-r4.ebuild} | 2 +- net-misc/chrony/chrony-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/chrony/chrony-4.3-r3.ebuild b/net-misc/chrony/chrony-4.3-r4.ebuild similarity index 99% rename from net-misc/chrony/chrony-4.3-r3.ebuild rename to net-misc/chrony/chrony-4.3-r4.ebuild index f66b2735ecbf..6fce1a0d7297 100644 --- a/net-misc/chrony/chrony-4.3-r3.ebuild +++ b/net-misc/chrony/chrony-4.3-r4.ebuild @@ -167,7 +167,7 @@ src_install() { default # Compatibility with other distributions who install to /etc/chrony.conf (bug #835461) - dosym /etc/chrony/chrony.conf /etc/chronyd.conf + dosym -r /etc/chrony/chrony.conf /etc/chrony.conf newinitd "${FILESDIR}"/chronyd.init-r2 chronyd newconfd "${T}"/chronyd.conf chronyd diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 76ce6a722adb..b7dd9ac322a9 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -165,7 +165,7 @@ src_install() { default # Compatibility with other distributions who install to /etc/chrony.conf (bug #835461) - dosym /etc/chrony/chrony.conf /etc/chronyd.conf + dosym -r /etc/chrony/chrony.conf /etc/chrony.conf newinitd "${FILESDIR}"/chronyd.init-r2 chronyd newconfd "${T}"/chronyd.conf chronyd