crontab revision 72677
131921Sbrian# /etc/crontab - root's crontab for FreeBSD
231921Sbrian#
331921Sbrian# $FreeBSD: head/etc/crontab 72677 2001-02-19 02:47:42Z peter $
431921Sbrian#
531921SbrianSHELL=/bin/sh
631921SbrianPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
731921SbrianHOME=/var/log
831921Sbrian#
931921Sbrian#minute	hour	mday	month	wday	who	command
1031921Sbrian#
1131921Sbrian*/5	*	*	*	*	root	/usr/libexec/atrun
1231921Sbrian#
1331921Sbrian# save some entropy so that /dev/random can reseed on boot
1431921Sbrian*/11	*	*	*	*	operator /usr/libexec/save-entropy
1531921Sbrian#
1631921Sbrian# rotate log files every hour, if necessary
1731921Sbrian0	*	*	*	*	root	newsyslog
1831921Sbrian#
1931921Sbrian# do daily/weekly/monthly maintenance
2031921Sbrian1	3	*	*	*	root	periodic daily
2131921Sbrian15	4	*	*	6	root	periodic weekly
2231921Sbrian30	5	1	*	*	root	periodic monthly
2331921Sbrian#
2431921Sbrian# time zone change adjustment for wall cmos clock,
2531921Sbrian# does nothing, if you have UTC cmos clock.
2650479Speter# See adjkerntz(8) for details.
2731272Sbrian1,31	0-5	*	*	*	root	adjkerntz -a
2831272Sbrian