From beaaf237af992d0f7fdfdecbe5ea7d2190bd5dfd Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 19 Jul 1993 19:08:04 +0000 Subject: Cleaned up crontab from NetBSD, adjusted for FreeBSD. --- etc/crontab | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'etc/crontab') diff --git a/etc/crontab b/etc/crontab index f70ff21..ef8eafc 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,7 +1,20 @@ -0,15,30,45 * * * * root /usr/libexec/atrun -#0 1 * * * daemon /usr/contrib/news/daily -#0 0 * * * uucp /etc/uucp.daily -#7 5,12,18 * * * uucp /etc/uucp.6hours -0 2 * * * root /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root -30 3 * * 6 root /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "weekly output" root -30 5 1 * * root /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "monthlyoutput" root +# /var/cron/tabs/root - root's crontab for FreeBSD +# +# $Id$ +# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp +# +SHELL=/bin/sh +PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin +HOME=/var/log +# +#minute hour mday month wday command +# +#0/15 * * * * /usr/libexec/atrun +# +# rotate log files every hour, if necessary +#0 * * * * /usr/bin/newsyslog +# +# do daily/weekly/monthly maintenance +0 2 * * * /etc/daily +30 3 * * 6 /etc/weekly +30 5 1 * * /etc/monthly -- cgit v1.1