crontab revision 69863
1# /etc/crontab - root's crontab for FreeBSD
2#
3# $FreeBSD: head/etc/crontab 69863 2000-12-11 17:31:44Z des $
4#
5SHELL=/bin/sh
6PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7HOME=/var/log
8#
9#minute	hour	mday	month	wday	who	command
10#
11*/5	*	*	*	*	root	/usr/libexec/atrun
12#
13# rotate log files every hour, if necessary
140	*	*	*	*	root	newsyslog
15#
16# Do daily/weekly/monthly maintenance.
17# These four rules make sure the right maintenance scripts run one
18# after the other on the right day.
191	3	2-31	*	0-5	root	periodic daily
201	3	2-31	*	6	root	periodic daily weekly
211	3	1	*	0-5	root	periodic daily monthly
221	3	1	*	6	root	periodic daily weekly monthly
23#
24# time zone change adjustment for wall cmos clock,
25# does nothing, if you have UTC cmos clock.
26# See adjkerntz(8) for details.
271,31	0-5	*	*	*	root	adjkerntz -a
28