crontab revision 72677
166830Sobrien# /etc/crontab - root's crontab for FreeBSD
266830Sobrien#
366830Sobrien# $FreeBSD: head/etc/crontab 72677 2001-02-19 02:47:42Z peter $
466830Sobrien#
566830SobrienSHELL=/bin/sh
666830SobrienPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
766830SobrienHOME=/var/log
866830Sobrien#
966830Sobrien#minute	hour	mday	month	wday	who	command
1066830Sobrien#
1166830Sobrien*/5	*	*	*	*	root	/usr/libexec/atrun
1266830Sobrien#
1366830Sobrien# save some entropy so that /dev/random can reseed on boot
1466830Sobrien*/11	*	*	*	*	operator /usr/libexec/save-entropy
1566830Sobrien#
1666830Sobrien# rotate log files every hour, if necessary
1766830Sobrien0	*	*	*	*	root	newsyslog
1866830Sobrien#
1966830Sobrien# do daily/weekly/monthly maintenance
2066830Sobrien1	3	*	*	*	root	periodic daily
2166830Sobrien15	4	*	*	6	root	periodic weekly
2266830Sobrien30	5	1	*	*	root	periodic monthly
2366830Sobrien#
2466830Sobrien# time zone change adjustment for wall cmos clock,
25100280Sgordon# does nothing, if you have UTC cmos clock.
2651231Ssheldonh# See adjkerntz(8) for details.
2766830Sobrien1,31	0-5	*	*	*	root	adjkerntz -a
2866830Sobrien