cronie: get rid of logrotate files.

This commit is contained in:
Juan RP 2012-11-16 00:21:22 +01:00
parent 4a79a27386
commit 733495a732
2 changed files with 2 additions and 10 deletions

View File

@ -1,7 +0,0 @@
/var/log/cron {
sharedscripts
copytruncate
postrotate
systemctl try-restart cronie.service >/dev/null 2>&1 || true
endscript
}

View File

@ -1,10 +1,10 @@
# Template file for 'cronie'
pkgname=cronie
version=1.4.8
revision=12
revision=13
build_style=gnu-configure
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
--localstatedir=/var"
--localstatedir=/var"
makedepends="pam-devel"
fulldepends="run-parts"
short_desc="Runs specified programs at scheduled times"
@ -32,7 +32,6 @@ post_install() {
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/crontab 644 etc
vinstall ${FILESDIR}/crond.logrotate 644 etc/logrotate.d crond
rm -f ${DESTDIR}/etc/pam.d/crond
vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond