crontab revision 1363
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
31363Ssean# $Id: crontab,v 1.5 1994/01/22 20:44:12 guido 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
21931Sache#
22931Sache# time zone change adjustment for wall cmos clock,
23931Sache# does nothing, if you have UTC cmos clock.
24931Sache# See adjkerntz(8) for details.
251001Sguido0       3       *       *       *       root	/sbin/adjkerntz -a
26