crontab revision 69865
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
350472Speter# $FreeBSD: head/etc/crontab 69865 2000-12-11 18:38:49Z obrien $
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#
1154645Sobrien*/5	*	*	*	*	root	/usr/libexec/atrun
12151Srgrimes#
13151Srgrimes# rotate log files every hour, if necessary
1428144Spst0	*	*	*	*	root	newsyslog
15151Srgrimes#
1669865Sobrien# do daily/weekly/monthly maintenance
1769865Sobrien1	3	*	*	*	root	periodic daily
1869865Sobrien15	4	*	*	6	root	periodic weekly
1969865Sobrien30	5	1	*	*	root	periodic monthly
204092Sache#
214092Sache# time zone change adjustment for wall cmos clock,
224092Sache# does nothing, if you have UTC cmos clock.
234092Sache# See adjkerntz(8) for details.
2454645Sobrien1,31	0-5	*	*	*	root	adjkerntz -a
25