[arch-commits] Commit in dcron/trunk (PKGBUILD)
Paul Mattal
paul at archlinux.org
Mon Feb 22 02:51:19 UTC 2010
Date: Sunday, February 21, 2010 @ 21:51:19
Author: paul
Revision: 69715
don't do log rotation in our own script anymore, since logs are
actually creaed by syslog
Modified:
dcron/trunk/PKGBUILD
----------+
PKGBUILD | 1 -
1 file changed, 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-22 02:40:16 UTC (rev 69714)
+++ PKGBUILD 2010-02-22 02:51:19 UTC (rev 69715)
@@ -31,5 +31,4 @@
install -D -m755 extra/crond.rc "$pkgdir/etc/rc.d/crond" || return 1
install -D -m755 extra/run-cron "$pkgdir/usr/sbin/run-cron" || return 1
install -D -m0600 extra/root.crontab "$pkgdir/var/spool/cron/root" || return 1
- install -D -m644 extra/crond.logrotate "$pkgdir/etc/logrotate.d/crond" || return 1
}
More information about the arch-commits
mailing list