diff --git a/srcpkgs/chrony/files/chrony.logrotate b/srcpkgs/chrony/files/chrony.logrotate index d3d947d4c51..c7ea5499c8c 100644 --- a/srcpkgs/chrony/files/chrony.logrotate +++ b/srcpkgs/chrony/files/chrony.logrotate @@ -2,6 +2,6 @@ missingok sharedscripts postrotate - systemctl try-restart chronie.service >/dev/null 2>&1 || true + systemctl try-restart chrony.service >/dev/null 2>&1 || true endscript } diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index 2a39489f3c0..255c4379a24 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -1,7 +1,7 @@ # Template file for 'chrony' pkgname=chrony version=1.26 -revision=3 +revision=4 homepage="http://chrony.tuxfamily.org/" distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz" build_style=gnu_configure