crontab revision 12392
1# /etc/crontab - root's crontab for FreeBSD
2#
3# $Id: crontab,v 1.10 1995/05/27 01:55:21 ache Exp $
4# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
5#
6SHELL=/bin/sh
7PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
8HOME=/var/log
9#
10#minute	hour	mday	month	wday	who	command
11#
12*/5     *       *       *       *       root	/usr/libexec/atrun
13#
14# rotate log files every hour, if necessary
15#0	*	*	*	*	root	/usr/bin/newsyslog
16#
17# remove system	messages older than 21 days
18#0	1	*	*	*	daemon	/usr/bin/msgs -c
19#
20# do daily/weekly/monthly maintenance
210       2       *       *       *       root    /etc/daily 2>&1 | sendmail root
2230      3       *       *       6       root    /etc/weekly 2>&1 | sendmail root
2330      5       1       *       *       root    /etc/monthly 2>&1 | sendmail root
24#
25# time zone change adjustment for wall cmos clock,
26# does nothing, if you have UTC cmos clock.
27# See adjkerntz(8) for details.
281,31	0-4	*	*	*	root	/sbin/adjkerntz	-a
29