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'
|
||||
pkgname=chrony
|
||||
version=2.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -20,6 +20,11 @@ distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
|||
checksum=d3fd820fa63badf54ee0e48a649b94ea739df3aac5efa104bd90f89795aa2485
|
||||
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() {
|
||||
vconf ${FILESDIR}/chrony.conf
|
||||
vsv chronyd
|
||||
|
|
Loading…
Reference in a new issue