crontab revision 1001
1151Srgrimes# /var/cron/tabs/root - root's crontab for FreeBSD
2151Srgrimes#
31001Sguido# $Id: crontab,v 1.4 1994/01/08 15:07:43 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#
121001Sguido0/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