chrony: grr fixed a typo in logrotate file.
This commit is contained in:
parent
6d83149244
commit
599343f17e
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue