crontab revision 71014
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
350472Speter# $FreeBSD: head/etc/crontab 71014 2001-01-14 07:18:31Z dougb $
4151Srgrimes#
5151SrgrimesSHELL=/bin/sh
6151SrgrimesPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7151SrgrimesHOME=/var/log
8151Srgrimes#
91001Sguido#minute	hour	mday	month	wday	who	command
10151Srgrimes#
1171014Sdougb*/5	*	*	*	*	root	/usr/libexec/atrun
1271014Sdougb#
1370922Sdougb# save some entropy so that /dev/random can reseed on boot
1471014Sdougb*/11	*	*	*	*	operator /usr/libexec/save-entropy
1570922Sdougb#
16151Srgrimes# rotate log files every hour, if necessary
1728144Spst0	*	*	*	*	root	newsyslog
18151Srgrimes#
1969865Sobrien# do daily/weekly/monthly maintenance
2069865Sobrien1	3	*	*	*	root	periodic daily
2169865Sobrien15	4	*	*	6	root	periodic weekly
2269865Sobrien30	5	1	*	*	root	periodic monthly
234092Sache#
244092Sache# time zone change adjustment for wall cmos clock,
254092Sache# does nothing, if you have UTC cmos clock.
264092Sache# See adjkerntz(8) for details.
2754645Sobrien1,31	0-5	*	*	*	root	adjkerntz -a
28