chrony: grr fixed a typo in logrotate file.

This commit is contained in:
Juan RP 2011-10-14 00:59:09 +02:00
parent 6d83149244
commit 599343f17e
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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