crontab revision 69865
128257Smsmith# /etc/crontab - root's crontab for FreeBSD
255939Snsouch#
328257Smsmith# $FreeBSD: head/etc/crontab 69865 2000-12-11 18:38:49Z obrien $
428257Smsmith#
528257SmsmithSHELL=/bin/sh
628257SmsmithPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
728257SmsmithHOME=/var/log
828257Smsmith#
928257Smsmith#minute	hour	mday	month	wday	who	command
1028257Smsmith#
1128257Smsmith*/5	*	*	*	*	root	/usr/libexec/atrun
1228257Smsmith#
1328257Smsmith# rotate log files every hour, if necessary
1428257Smsmith0	*	*	*	*	root	newsyslog
1528257Smsmith#
1628257Smsmith# do daily/weekly/monthly maintenance
1728257Smsmith1	3	*	*	*	root	periodic daily
1828257Smsmith15	4	*	*	6	root	periodic weekly
1928257Smsmith30	5	1	*	*	root	periodic monthly
2028257Smsmith#
2128257Smsmith# time zone change adjustment for wall cmos clock,
2228257Smsmith# does nothing, if you have UTC cmos clock.
2328257Smsmith# See adjkerntz(8) for details.
2428257Smsmith1,31	0-5	*	*	*	root	adjkerntz -a
2528257Smsmith