crontab revision 21360
168349Sobrien# /etc/crontab - root's crontab for FreeBSD
2330569Sgordon#
368349Sobrien# $Id: crontab,v 1.13 1996/01/06 22:21:37 ache Exp $
468349Sobrien#
568349SobrienSHELL=/bin/sh
668349SobrienPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
768349SobrienHOME=/var/log
868349Sobrien#
968349Sobrien#minute	hour	mday	month	wday	who	command
1068349Sobrien#
11186690Sobrien*/5     *       *       *       *       root	/usr/libexec/atrun
1268349Sobrien#
13186690Sobrien# rotate log files every hour, if necessary
1468349Sobrien0	*	*	*	*	root	/usr/sbin/newsyslog
15234250Sobrien#
16234250Sobrien# do daily/weekly/monthly maintenance
17234250Sobrien0       2       *       *       *       root    /etc/daily 2>&1 | sendmail root
18234250Sobrien30      3       *       *       6       root    /etc/weekly 2>&1 | sendmail root
19234250Sobrien30      5       1       *       *       root    /etc/monthly 2>&1 | sendmail root
2068349Sobrien#
2168349Sobrien# time zone change adjustment for wall cmos clock,
2268349Sobrien# does nothing, if you have UTC cmos clock.
2368349Sobrien# See adjkerntz(8) for details.
2468349Sobrien1,31	0-4	*	*	*	root	/sbin/adjkerntz	-a
2568349Sobrien