From 599343f17ec22d1a97b3a3bd7200f48790fba6d6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Oct 2011 00:59:09 +0200 Subject: [PATCH] chrony: grr fixed a typo in logrotate file. --- srcpkgs/chrony/files/chrony.logrotate | 2 +- srcpkgs/chrony/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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