From: Mike Gilbert Date: Fri, 27 Sep 2019 15:44:08 +0000 (-0400) Subject: net-misc/chrony: install chrony-wait.service and ntp-units.d X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d0bb4e3f69326274eca874ade711541f4451ffd6;p=gentoo.git 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 --- 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 }