crontab revision 71014
1# /etc/crontab - root's crontab for FreeBSD
2#
3# $FreeBSD: head/etc/crontab 71014 2001-01-14 07:18:31Z dougb $
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# save some entropy so that /dev/random can reseed on boot
14*/11	*	*	*	*	operator /usr/libexec/save-entropy
15#
16# rotate log files every hour, if necessary
170	*	*	*	*	root	newsyslog
18#
19# do daily/weekly/monthly maintenance
201	3	*	*	*	root	periodic daily
2115	4	*	*	6	root	periodic weekly
2230	5	1	*	*	root	periodic 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