summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-05-27 01:55:21 +0000
committerache <ache@FreeBSD.org>1995-05-27 01:55:21 +0000
commitd88e789ffe5f57ea9aaea958505d788c8c505a01 (patch)
treeb1fc6ef39067104528e73d4bac5ec29e1e7c5116 /etc/crontab
parentd503e1e6bcf3c3f8d612f35b420c0d98e19f3047 (diff)
downloadFreeBSD-src-d88e789ffe5f57ea9aaea958505d788c8c505a01.zip
FreeBSD-src-d88e789ffe5f57ea9aaea958505d788c8c505a01.tar.gz
Eliminate two Subject: from *ly output, call sendmail root directly
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/crontab b/etc/crontab
index dc2cf67..9ef7abd 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,6 +1,6 @@
# /etc/crontab - root's crontab for FreeBSD
#
-# $Id: crontab,v 1.8 1994/11/01 16:25:06 ache Exp $
+# $Id: crontab,v 1.9 1994/11/02 09:50:11 ache Exp $
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
#
SHELL=/bin/sh
@@ -15,9 +15,9 @@ HOME=/var/log
#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
+0 2 * * * root /etc/daily 2>&1 | sendmail root
+30 3 * * 6 root /etc/weekly 2>&1 | sendmail root
+30 5 1 * * root /etc/monthly 2>&1 | sendmail root
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
OpenPOWER on IntegriCloud