crontab revision 70922
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
350472Speter# $FreeBSD: head/etc/crontab 70922 2001-01-11 13:01:20Z 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#
1170922Sdougb# save some entropy so that /dev/random can reseed on boot
1270922Sdougb*/3	*	*	*	*	operator /usr/libexec/save-entropy
1370922Sdougb#
1454645Sobrien*/5	*	*	*	*	root	/usr/libexec/atrun
15151Srgrimes#
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