chrony: do not provide/replace ntp-daemon; it can co-exist.
This commit is contained in:
parent
e2ea228cd0
commit
75d805c0d7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'chrony'
|
||||
pkgname=chrony
|
||||
version=1.30
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -9,8 +9,6 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue