1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Revert back to rev 1.24 as we have not come to a consensus if is is OK

for a hung `daily' run to keep a `weekly' run from happening.
Same for `monthly'.  We have always run `weekly' and `monthly' reguardless
of the execution status of `daily'.  Until there is some consensus we should
not change the behavior.
This commit is contained in:
David E. O'Brien 2000-12-11 18:38:49 +00:00
parent 341cbf7f95
commit 773c6e3ca0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69865

View File

@ -13,13 +13,10 @@ HOME=/var/log
# rotate log files every hour, if necessary
0 * * * * root newsyslog
#
# Do daily/weekly/monthly maintenance.
# These four rules make sure the right maintenance scripts run one
# after the other on the right day.
1 3 2-31 * 0-5 root periodic daily
1 3 2-31 * 6 root periodic daily weekly
1 3 1 * 0-5 root periodic daily monthly
1 3 1 * 6 root periodic daily weekly monthly
# do daily/weekly/monthly maintenance
1 3 * * * root periodic daily
15 4 * * 6 root periodic weekly
30 5 1 * * root periodic monthly
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.