summaryrefslogtreecommitdiff
path: root/etc/crontab
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-11 18:38:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-11 18:38:49 +0000
commit773c6e3ca0758b7a4b43f80d52663ef8dbdd7ac2 (patch)
tree9ea8afbf462226b33843f06b54f283af82c00642 /etc/crontab
parent341cbf7f95caa9e745ff7e9af22ee81a4d4a8b1b (diff)
downloadsrc-test2-773c6e3ca0758b7a4b43f80d52663ef8dbdd7ac2.tar.gz
src-test2-773c6e3ca0758b7a4b43f80d52663ef8dbdd7ac2.zip
Notes
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab11
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/crontab b/etc/crontab
index b64a804f2628..784980c48d63 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -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.