mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
chrony: fix typo in previous.
This commit is contained in:
parent
6ff8671b2f
commit
9ce9d89c67
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=3
|
revision=4
|
||||||
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"
|
||||||
|
@ -22,7 +22,7 @@ provides="ntp-daemon-0_1"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ntpd:ntpd:/usr/bin/chronyd
|
ntpd:ntpd:/usr/bin/chronyd
|
||||||
ntpd.8:ntpd.8:/usr/share/man/man8/chronyd.8
|
ntpd:ntpd.8:/usr/share/man/man8/chronyd.8
|
||||||
ntpd:ntpd:/etc/sv/chronyd"
|
ntpd:ntpd:/etc/sv/chronyd"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue