mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
chrony: register 'ntpd' alternative group.
This commit is contained in:
parent
e904a66ae2
commit
6ff8671b2f
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -20,6 +20,11 @@ distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
||||||
checksum=d3fd820fa63badf54ee0e48a649b94ea739df3aac5efa104bd90f89795aa2485
|
checksum=d3fd820fa63badf54ee0e48a649b94ea739df3aac5efa104bd90f89795aa2485
|
||||||
provides="ntp-daemon-0_1"
|
provides="ntp-daemon-0_1"
|
||||||
|
|
||||||
|
alternatives="
|
||||||
|
ntpd:ntpd:/usr/bin/chronyd
|
||||||
|
ntpd.8:ntpd.8:/usr/share/man/man8/chronyd.8
|
||||||
|
ntpd:ntpd:/etc/sv/chronyd"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/chrony.conf
|
vconf ${FILESDIR}/chrony.conf
|
||||||
vsv chronyd
|
vsv chronyd
|
||||||
|
|
Loading…
Add table
Reference in a new issue