summaryrefslogtreecommitdiff
path: root/etc/crontab
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-09-14 17:19:15 +0000
committerBrian Somers <brian@FreeBSD.org>2000-09-14 17:19:15 +0000
commit9ed55d11927f19588b8aef6f62573088ef326533 (patch)
treec31f792ea5c6e9dc64b4548ce1eac04f000541b2 /etc/crontab
parentcb144e905c51d496dc25e6c2e9c99ba603d00a02 (diff)
Notes
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/crontab b/etc/crontab
index d27c48a43234..49076d06eec2 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -14,9 +14,9 @@ HOME=/var/log
0 * * * * root newsyslog
#
# do daily/weekly/monthly maintenance
-59 1 * * * root periodic daily 2>&1 | sendmail root
-30 3 * * 6 root periodic weekly 2>&1 | sendmail root
-30 5 1 * * root periodic monthly 2>&1 | sendmail root
+59 1 * * * root periodic daily
+30 3 * * 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.