crontab revision 69863
11553Srgrimes# /etc/crontab - root's crontab for FreeBSD
21553Srgrimes#
31553Srgrimes# $FreeBSD: head/etc/crontab 69863 2000-12-11 17:31:44Z des $
41553Srgrimes#
51553SrgrimesSHELL=/bin/sh
61553SrgrimesPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
71553SrgrimesHOME=/var/log
81553Srgrimes#
91553Srgrimes#minute	hour	mday	month	wday	who	command
101553Srgrimes#
111553Srgrimes*/5	*	*	*	*	root	/usr/libexec/atrun
121553Srgrimes#
131553Srgrimes# rotate log files every hour, if necessary
141553Srgrimes0	*	*	*	*	root	newsyslog
151553Srgrimes#
161553Srgrimes# Do daily/weekly/monthly maintenance.
171553Srgrimes# These four rules make sure the right maintenance scripts run one
181553Srgrimes# after the other on the right day.
191553Srgrimes1	3	2-31	*	0-5	root	periodic daily
201553Srgrimes1	3	2-31	*	6	root	periodic daily weekly
211553Srgrimes1	3	1	*	0-5	root	periodic daily monthly
221553Srgrimes1	3	1	*	6	root	periodic daily weekly monthly
231553Srgrimes#
241553Srgrimes# time zone change adjustment for wall cmos clock,
251553Srgrimes# does nothing, if you have UTC cmos clock.
261553Srgrimes# See adjkerntz(8) for details.
271553Srgrimes1,31	0-5	*	*	*	root	adjkerntz -a
281553Srgrimes