1993-07-19 19:08:04 +00:00
|
|
|
# /var/cron/tabs/root - root's crontab for FreeBSD
|
|
|
|
#
|
1994-01-08 15:07:43 +00:00
|
|
|
# $Id: crontab,v 1.3 1994/01/04 17:50:25 ache Exp $
|
1993-07-19 19:08:04 +00:00
|
|
|
# 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
|
|
|
|
#
|
1994-01-08 15:07:43 +00:00
|
|
|
0/5 * * * * /usr/libexec/atrun
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
|
|
|
# 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
|
1994-01-04 17:50:25 +00:00
|
|
|
#
|
|
|
|
# time zone change adjustment for wall cmos clock,
|
|
|
|
# does nothing, if you have UTC cmos clock.
|
|
|
|
# See adjkerntz(8) for details.
|
|
|
|
0 3 * * * /sbin/adjkerntz -a
|