mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
chrony: grr fixed a typo in logrotate file.
This commit is contained in:
parent
6d83149244
commit
599343f17e
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
missingok
|
missingok
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
systemctl try-restart chronie.service >/dev/null 2>&1 || true
|
systemctl try-restart chrony.service >/dev/null 2>&1 || true
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=1.26
|
version=1.26
|
||||||
revision=3
|
revision=4
|
||||||
homepage="http://chrony.tuxfamily.org/"
|
homepage="http://chrony.tuxfamily.org/"
|
||||||
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue