crontab revision 4092
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
34092Sache# $Id: crontab,v 1.8 1994/11/01 16:25:06 ache Exp $
4151Srgrimes# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
5151Srgrimes#
6151SrgrimesSHELL=/bin/sh
7151SrgrimesPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
8151SrgrimesHOME=/var/log
9151Srgrimes#
101001Sguido#minute	hour	mday	month	wday	who	command
11151Srgrimes#
121363Ssean*/5     *       *       *       *       root	/usr/libexec/atrun
13151Srgrimes#
14151Srgrimes# rotate log files every hour, if necessary
151001Sguido#0	*	*	*	*	root	/usr/bin/newsyslog
16151Srgrimes#
17151Srgrimes# do daily/weekly/monthly maintenance
181001Sguido0	2	*	*	*	root	/etc/daily
191001Sguido30	3	*	*	6	root	/etc/weekly
201001Sguido30	5	1	*	*	root	/etc/monthly
214092Sache#
224092Sache# time zone change adjustment for wall cmos clock,
234092Sache# does nothing, if you have UTC cmos clock.
244092Sache# See adjkerntz(8) for details.
254092Sache1,31	0-4	*	*	*	root	/sbin/adjkerntz	-a
26