crontab revision 50472
11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
350472Speter# $FreeBSD: head/etc/crontab 50472 1999-08-27 23:37:10Z peter $
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
1749578Sphk59      1       *       *       *       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.
2434959Sache1,31    0-5     *       *       *       root    adjkerntz -a
25