crontab revision 28144
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
328144Spst# $Id: crontab,v 1.16 1997/02/23 09:20:40 peter Exp $
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#
111363Ssean*/5     *       *       *       *       root	/usr/libexec/atrun
12151Srgrimes#
13151Srgrimes# rotate log files every hour, if necessary
1428144Spst0	*	*	*	*	root	newsyslog
15151Srgrimes#
16151Srgrimes# do daily/weekly/monthly maintenance
1728144Spst0       2       *       *       *       root    periodic daily 2>&1 | sendmail root
1828144Spst30      3       *       *       6       root    periodic weekly 2>&1 | sendmail root
1928144Spst30      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.
2428144Spst1,31	0-4	*	*	*	root	adjkerntz -a
25