mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chrony: allow specifying additional options
This commit is contained in:
parent
492328fc31
commit
af485f7798
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
install -d -m750 -o chrony -g chrony /var/run/chrony
|
install -d -m750 -o chrony -g chrony /var/run/chrony
|
||||||
exec chronyd -n -u chrony
|
exec chronyd -n -u chrony ${OPTS}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# When Updating: Please confirm the upstream config still refers to make_dirs
|
# When Updating: Please confirm the upstream config still refers to make_dirs
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=4.3
|
version=4.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-nss --enable-scfilter
|
configure_args="--without-nss --enable-scfilter
|
||||||
--with-sendmail=/usr/bin/sendmail"
|
--with-sendmail=/usr/bin/sendmail"
|
||||||
|
|
Loading…
Add table
Reference in a new issue