crontab revision 49578
179503Salfred# /etc/crontab - root's crontab for FreeBSD
279503Salfred#
379503Salfred# $Id: crontab,v 1.18 1998/03/30 09:17:25 ache Exp $
479503Salfred#
579503SalfredSHELL=/bin/sh
679503SalfredPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
779503SalfredHOME=/var/log
879503Salfred#
979503Salfred#minute	hour	mday	month	wday	who	command
1079503Salfred#
1179503Salfred*/5     *       *       *       *       root	/usr/libexec/atrun
1279503Salfred#
1379503Salfred# rotate log files every hour, if necessary
1479503Salfred0	*	*	*	*	root	newsyslog
1579503Salfred#
1679503Salfred# do daily/weekly/monthly maintenance
1779503Salfred59      1       *       *       *       root    periodic daily 2>&1 | sendmail root
1879503Salfred30      3       *       *       6       root    periodic weekly 2>&1 | sendmail root
1979503Salfred30      5       1       *       *       root    periodic monthly 2>&1 | sendmail root
2079503Salfred#
2179503Salfred# time zone change adjustment for wall cmos clock,
2279503Salfred# does nothing, if you have UTC cmos clock.
2379503Salfred# See adjkerntz(8) for details.
2479503Salfred1,31    0-5     *       *       *       root    adjkerntz -a
2579503Salfred