diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 22:52:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 22:54:38 +0000 |
commit | 623c01dffa7caefbea2909dbba4c7ed32fd589c3 (patch) | |
tree | 238755551bc7721e800701c01e1d3617463cc0bb /net-misc/chrony | |
parent | dev-db/mariadb-connector-c: Stabilize 3.2.7 arm64, #891277 (diff) | |
download | gentoo-623c01dffa7caefbea2909dbba4c7ed32fd589c3.tar.gz gentoo-623c01dffa7caefbea2909dbba4c7ed32fd589c3.tar.bz2 gentoo-623c01dffa7caefbea2909dbba4c7ed32fd589c3.zip |
net-misc/chrony: chrony.conf, not chronyd.conf
Bug: https://bugs.gentoo.org/835461
Fixes: bccc7ae446ae4f100cdd87227a636541769ecde6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.3-r4.ebuild (renamed from net-misc/chrony/chrony-4.3-r3.ebuild) | 2 | ||||
-rw-r--r-- | 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 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 |