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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C66E3138334 for ; Fri, 27 Sep 2019 15:46:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05EEFE086B; Fri, 27 Sep 2019 15:46:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E37D6E086B for ; Fri, 27 Sep 2019 15:46:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A550334B668 for ; Fri, 27 Sep 2019 15:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CE471A for ; Fri, 27 Sep 2019 15:46:23 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1569599048.d0bb4e3f69326274eca874ade711541f4451ffd6.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.5-r1.ebuild net-misc/chrony/chrony-3.5-r2.ebuild net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d0bb4e3f69326274eca874ade711541f4451ffd6 X-VCS-Branch: master Date: Fri, 27 Sep 2019 15:46:23 +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: 5e71f7fc-0c79-46f9-890c-b5546f19fd41 X-Archives-Hash: 7f4619d7be9fc60f8c3000a99e5004d2 commit: d0bb4e3f69326274eca874ade711541f4451ffd6 Author: Mike Gilbert gentoo org> AuthorDate: Fri Sep 27 15:44:08 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Sep 27 15:44:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bb4e3f 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 gentoo.org> 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(-) 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 e280760fd28..c1d5a7b717e 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 5cac01a6dee..e939129a01a 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 }