chrony: get rid of logrotate files.
This commit is contained in:
parent
76732c8dd2
commit
bc99a46999
2 changed files with 1 additions and 9 deletions
|
@ -1,7 +0,0 @@
|
|||
/var/log/chrony/* {
|
||||
missingok
|
||||
sharedscripts
|
||||
postrotate
|
||||
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=10
|
||||
revision=11
|
||||
build_style=gnu-configure
|
||||
makedepends="libcap-devel readline-devel"
|
||||
short_desc="Sets your computer's clock from time servers on the Net"
|
||||
|
@ -32,7 +32,6 @@ make_dirs="
|
|||
post_install() {
|
||||
vinstall ${FILESDIR}/chrony.conf 644 etc
|
||||
vinstall ${FILESDIR}/chrony.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/chrony.logrotate 644 etc/logrotate.d chrony
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
|
||||
# for systemd-timedated.
|
||||
|
|
Loading…
Reference in a new issue