mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
a38822ea85
only once an hour instead of every five minutes. This was due to a minute specification of 0/5 -- which should have been */5. This has been fixed. Expect your /var/cron/log to grow much faster now.
25 lines
729 B
Text
25 lines
729 B
Text
# /etc/crontab - root's crontab for FreeBSD
|
|
#
|
|
# $Id: crontab,v 1.5 1994/01/22 20:44:12 guido Exp $
|
|
# 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
|
|
#
|
|
#minute hour mday month wday who command
|
|
#
|
|
*/5 * * * * root /usr/libexec/atrun
|
|
#
|
|
# rotate log files every hour, if necessary
|
|
#0 * * * * root /usr/bin/newsyslog
|
|
#
|
|
# do daily/weekly/monthly maintenance
|
|
0 2 * * * root /etc/daily
|
|
30 3 * * 6 root /etc/weekly
|
|
30 5 1 * * root /etc/monthly
|
|
#
|
|
# time zone change adjustment for wall cmos clock,
|
|
# does nothing, if you have UTC cmos clock.
|
|
# See adjkerntz(8) for details.
|
|
0 3 * * * root /sbin/adjkerntz -a
|