diff options
Diffstat (limited to 'sys-apps/dcron/files/crontab-2.9-r1')
-rw-r--r-- | sys-apps/dcron/files/crontab-2.9-r1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dcron/files/crontab-2.9-r1 b/sys-apps/dcron/files/crontab-2.9-r1 index acf6f09e6cc0..aa07fa52c038 100644 --- a/sys-apps/dcron/files/crontab-2.9-r1 +++ b/sys-apps/dcron/files/crontab-2.9-r1 @@ -1,6 +1,6 @@ # /etc/crontab # 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab-2.9-r1,v 1.2 2003/12/12 18:08:41 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab-2.9-r1,v 1.3 2004/04/19 18:32:06 avenj Exp $ # fcron || dcron: # This is NOT the system crontab! fcron and dcron do not support a system crontab. @@ -16,4 +16,4 @@ 1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily 15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly 30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly -* * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons +*/10 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons |