crontab revision 256281
150472Speter# /etc/crontab - root's crontab for FreeBSD
239145Sbrian#
3149Srgrimes# $FreeBSD: stable/10/etc/crontab 194170 2009-06-14 06:37:19Z brian $
4105053Srwatson#
5105055SrwatsonSHELL=/bin/sh
6105055SrwatsonPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7105055Srwatson#
837Srgrimes#minute	hour	mday	month	wday	who	command
925376Sjkh#
1037Srgrimes*/5	*	*	*	*	root	/usr/libexec/atrun
1137Srgrimes#
121280Sjkh# Save some entropy so that /dev/random can re-seed on boot.
1337Srgrimes*/11	*	*	*	*	operator /usr/libexec/save-entropy
14105055Srwatson#
1598696Sdes# Rotate log files every hour, if necessary.
1686510Sgshapiro0	*	*	*	*	root	newsyslog
1786510Sgshapiro#
18105131Srwatson# Perform daily/weekly/monthly maintenance.
1941441Sdillon1	3	*	*	*	root	periodic daily
20126810Smlaier15	4	*	*	6	root	periodic weekly
21126810Smlaier30	5	1	*	*	root	periodic monthly
22130953Smlaier#
23147062Sbrooks# Adjust the time zone if the CMOS clock keeps local time, as opposed to
241642Sache# UTC time.  See adjkerntz(8) for details.
2514594Sphk1,31	0-5	*	*	*	root	adjkerntz -a
2629082Sbrian