chrony: provides/replaces ntp-daemon.
This commit is contained in:
parent
d376df4034
commit
0b23a0bb05
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=1.29.1
|
version=1.29.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-nss"
|
configure_args="--without-nss"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,6 +9,8 @@ makedepends="libtomcrypt-devel libcap-devel libedit-devel"
|
||||||
conf_files="/etc/chrony.conf"
|
conf_files="/etc/chrony.conf"
|
||||||
system_accounts="chrony"
|
system_accounts="chrony"
|
||||||
systemd_services="chrony.service on"
|
systemd_services="chrony.service on"
|
||||||
|
provides="ntp-daemon-0_1"
|
||||||
|
replaces="ntp-daemon>=0"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/var/log/chrony 0755 chrony chrony
|
/var/log/chrony 0755 chrony chrony
|
||||||
/var/db/chrony 0755 chrony chrony"
|
/var/db/chrony 0755 chrony chrony"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue