From d0bb4e3f69326274eca874ade711541f4451ffd6 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 27 Sep 2019 11:44:08 -0400 Subject: [PATCH] net-misc/chrony: install chrony-wait.service and ntp-units.d Closes: https://bugs.gentoo.org/695690 Package-Manager: Portage-2.3.75_p7, Repoman-2.3.17_p49 Signed-off-by: Mike Gilbert --- net-misc/chrony/{chrony-3.5-r1.ebuild => chrony-3.5-r2.ebuild} | 3 ++- net-misc/chrony/chrony-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) rename net-misc/chrony/{chrony-3.5-r1.ebuild => chrony-3.5-r2.ebuild} (96%) diff --git a/net-misc/chrony/chrony-3.5-r1.ebuild b/net-misc/chrony/chrony-3.5-r2.ebuild similarity index 96% rename from net-misc/chrony/chrony-3.5-r1.ebuild rename to net-misc/chrony/chrony-3.5-r2.ebuild index e280760fd28c..c1d5a7b717e3 100644 --- a/net-misc/chrony/chrony-3.5-r1.ebuild +++ b/net-misc/chrony/chrony-3.5-r2.ebuild @@ -122,5 +122,6 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony - systemd_dounit examples/chronyd.service + systemd_dounit examples/{chronyd,chrony-wait}.service + systemd_enable_ntpunit 50-chrony chronyd.service } diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 5cac01a6dee7..e939129a01ac 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -118,5 +118,6 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony - systemd_dounit examples/chronyd.service + systemd_dounit examples/{chronyd,chrony-wait}.service + systemd_enable_ntpunit 50-chrony chronyd.service } -- 2.26.2