From bb234a71f8e180a215e33ec354d4f2379e2b42a2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Aug 2012 20:13:02 +0200 Subject: [PATCH] chrony: hook in NTP implementation for systemd-timedated(1). --- srcpkgs/chrony/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index 494ce5af0f..6c2a65aeaf 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -1,7 +1,7 @@ # Template file for 'chrony' pkgname=chrony version=1.26 -revision=8 +revision=9 build_style=gnu-configure makedepends="libcap-devel readline-devel" short_desc="Sets your computer's clock from time servers on the Net" @@ -32,6 +32,8 @@ make_dirs=" post_install() { vinstall ${FILESDIR}/chrony.conf 644 etc vinstall ${FILESDIR}/chrony.service 644 usr/lib/systemd/system + vinstall ${FILESDIR}/chrony.service 644 \ + usr/lib/systemd/ntp-units.d 50-chrony.list vinstall ${FILESDIR}/chrony.logrotate 644 etc/logrotate.d chrony rm -rf ${DESTDIR}/usr/share/doc }