1994-04-15 16:57:38 +00:00
|
|
|
# /etc/crontab - root's crontab for FreeBSD
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
1995-05-27 01:55:21 +00:00
|
|
|
# $Id: crontab,v 1.9 1994/11/02 09:50:11 ache Exp $
|
1993-07-19 19:08:04 +00:00
|
|
|
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
|
|
|
|
#
|
|
|
|
SHELL=/bin/sh
|
|
|
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
|
|
|
HOME=/var/log
|
|
|
|
#
|
1994-01-22 20:44:14 +00:00
|
|
|
#minute hour mday month wday who command
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
1994-04-15 16:57:38 +00:00
|
|
|
*/5 * * * * root /usr/libexec/atrun
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
|
|
|
# rotate log files every hour, if necessary
|
1994-01-22 20:44:14 +00:00
|
|
|
#0 * * * * root /usr/bin/newsyslog
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
|
|
|
# do daily/weekly/monthly maintenance
|
1995-05-27 01:55:21 +00:00
|
|
|
0 2 * * * root /etc/daily 2>&1 | sendmail root
|
|
|
|
30 3 * * 6 root /etc/weekly 2>&1 | sendmail root
|
|
|
|
30 5 1 * * root /etc/monthly 2>&1 | sendmail root
|
1994-11-02 09:50:11 +00:00
|
|
|
#
|
|
|
|
# time zone change adjustment for wall cmos clock,
|
|
|
|
# does nothing, if you have UTC cmos clock.
|
|
|
|
# See adjkerntz(8) for details.
|
|
|
|
1,31 0-4 * * * root /sbin/adjkerntz -a
|