From 2d525383d101bb9903c7f8880eff52dae536d6c9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 Nov 2012 00:24:00 +0100 Subject: [PATCH] dcron: get rid of logrotate files. --- srcpkgs/dcron/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/dcron/template b/srcpkgs/dcron/template index ad8994a661a..ca41b8d77f8 100644 --- a/srcpkgs/dcron/template +++ b/srcpkgs/dcron/template @@ -1,7 +1,7 @@ # Template file for 'dcron' pkgname=dcron version=4.5 -revision=17 +revision=18 short_desc="Dillon's lightweight cron daemon" maintainer="Juan RP " homepage="http://www.jimpryor.net/linux/dcron.html" @@ -43,7 +43,6 @@ do_install() { install -Dm755 extra/run-cron ${DESTDIR}/usr/sbin/run-cron install -Dm600 extra/root.crontab ${DESTDIR}/var/spool/cron/root - install -Dm644 extra/crond.logrotate ${DESTDIR}/etc/logrotate.d/crond vinstall ${FILESDIR}/dcron.service 644 usr/lib/systemd/system # crontab must be setuid for all users to work!