diff --git a/srcpkgs/chrony/files/chronyd/run b/srcpkgs/chrony/files/chronyd/run index a6aeb85624c..c26b42a1fec 100644 --- a/srcpkgs/chrony/files/chronyd/run +++ b/srcpkgs/chrony/files/chronyd/run @@ -1,4 +1,5 @@ #!/bin/sh exec 2>&1 +[ -r conf ] && . ./conf install -d -m750 -o chrony -g chrony /var/run/chrony -exec chronyd -n -u chrony +exec chronyd -n -u chrony ${OPTS} diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index b0c51cc263f..758965f7bce 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -2,7 +2,7 @@ # When Updating: Please confirm the upstream config still refers to make_dirs pkgname=chrony version=4.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"