crontab revision 71014
128019Sjoerg# /etc/crontab - root's crontab for FreeBSD
228021Sjoerg#
328021Sjoerg# $FreeBSD: head/etc/crontab 71014 2001-01-14 07:18:31Z dougb $
428021Sjoerg#
528021SjoergSHELL=/bin/sh
628021SjoergPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
728021SjoergHOME=/var/log
828021Sjoerg#
928021Sjoerg#minute	hour	mday	month	wday	who	command
1028021Sjoerg#
1128021Sjoerg*/5	*	*	*	*	root	/usr/libexec/atrun
1228021Sjoerg#
1328021Sjoerg# save some entropy so that /dev/random can reseed on boot
1428021Sjoerg*/11	*	*	*	*	operator /usr/libexec/save-entropy
1528021Sjoerg#
1628021Sjoerg# rotate log files every hour, if necessary
1728021Sjoerg0	*	*	*	*	root	newsyslog
1828021Sjoerg#
1928021Sjoerg# do daily/weekly/monthly maintenance
2028021Sjoerg1	3	*	*	*	root	periodic daily
2128021Sjoerg15	4	*	*	6	root	periodic weekly
2228021Sjoerg30	5	1	*	*	root	periodic monthly
2328019Sjoerg#
2428019Sjoerg# time zone change adjustment for wall cmos clock,
2528021Sjoerg# does nothing, if you have UTC cmos clock.
2628019Sjoerg# See adjkerntz(8) for details.
2728019Sjoerg1,31	0-5	*	*	*	root	adjkerntz -a
2828019Sjoerg