From 0b23a0bb05a7ccb9dc522b2fcff6737f5a2993e2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 25 May 2014 11:29:37 +0200 Subject: [PATCH] chrony: provides/replaces ntp-daemon. --- srcpkgs/chrony/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index 0c67facbae3..a6fd999cb0e 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -1,7 +1,7 @@ # Template file for 'chrony' pkgname=chrony version=1.29.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-nss" hostmakedepends="pkg-config" @@ -9,6 +9,8 @@ makedepends="libtomcrypt-devel libcap-devel libedit-devel" conf_files="/etc/chrony.conf" system_accounts="chrony" systemd_services="chrony.service on" +provides="ntp-daemon-0_1" +replaces="ntp-daemon>=0" make_dirs=" /var/log/chrony 0755 chrony chrony /var/db/chrony 0755 chrony chrony"