aboutsummaryrefslogtreecommitdiff
path: root/var/cron/tabs/root
diff options
context:
space:
mode:
Diffstat (limited to 'var/cron/tabs/root')
-rw-r--r--var/cron/tabs/root9
1 files changed, 4 insertions, 5 deletions
diff --git a/var/cron/tabs/root b/var/cron/tabs/root
index 3c1024a..4f287f4 100644
--- a/var/cron/tabs/root
+++ b/var/cron/tabs/root
@@ -1,5 +1,5 @@
# DO NOT EDIT THIS FILE - edit the master and reinstall.
-# (/tmp/crontab.OldKDfr000 installed on Wed Jul 21 21:39:15 2021)
+# (/tmp/crontab.KdON01tLfK installed on Wed Jul 21 21:42:09 2021)
# (Cron version V5.0 -- $NetBSD: crontab.c,v 1.15 2018/03/06 21:21:27 htodd Exp $)
#
SHELL=/bin/sh
@@ -11,9 +11,8 @@ CRON_WITHIN=7200
#
*/10 * * * * /usr/libexec/atrun
#
+# run anacron jobs every hour
+0 * * * * /usr/pkg/sbin/anacron
+#
# rotate log files every hour, if necessary
0 * * * * /usr/bin/newsyslog
-# do daily/weekly/monthly maintenance
-15 4 * * * /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | sendmail -t
-30 5 * * 6 /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | sendmail -t
-30 5 1 * * /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | sendmail -t