crontab revision 54645
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
350472Speter# $FreeBSD: head/etc/crontab 54645 1999-12-15 17:58:29Z obrien $
4151Srgrimes#
5151SrgrimesSHELL=/bin/sh
6151SrgrimesPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7151SrgrimesHOME=/var/log
8151Srgrimes#
91001Sguido#minute	hour	mday	month	wday	who	command
10151Srgrimes#
1154645Sobrien*/5	*	*	*	*	root	/usr/libexec/atrun
12151Srgrimes#
13151Srgrimes# rotate log files every hour, if necessary
1428144Spst0	*	*	*	*	root	newsyslog
15151Srgrimes#
16151Srgrimes# do daily/weekly/monthly maintenance
1754645Sobrien59	1	*	*	*	root	periodic daily 2>&1 | sendmail root
1854645Sobrien30	3	*	*	6	root	periodic weekly 2>&1 | sendmail root
1954645Sobrien30	5	1	*	*	root	periodic monthly 2>&1 | sendmail root
204092Sache#
214092Sache# time zone change adjustment for wall cmos clock,
224092Sache# does nothing, if you have UTC cmos clock.
234092Sache# See adjkerntz(8) for details.
2454645Sobrien1,31	0-5	*	*	*	root	adjkerntz -a
25