diff --git a/srcpkgs/cronie/files/crond.logrotate b/srcpkgs/cronie/files/crond.logrotate deleted file mode 100644 index 5ccfe739d5b..00000000000 --- a/srcpkgs/cronie/files/crond.logrotate +++ /dev/null @@ -1,7 +0,0 @@ -/var/log/cron { - sharedscripts - copytruncate - postrotate - systemctl try-restart cronie.service >/dev/null 2>&1 || true - endscript -} diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index b4065db9222..72690d5e5bb 100644 --- a/srcpkgs/cronie/template +++ b/srcpkgs/cronie/template @@ -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