diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-02 23:08:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-02 23:08:58 +0000 |
commit | 632d22e0d0b075bdc1735cd75938b9121f9b1ee8 (patch) | |
tree | 976964fdb9bdef469fc79a68290f3ee5816bea3f /etc | |
parent | e49e035b5c13a5cd6ed38623e9ac896b85ff1cec (diff) |
No need to put a Subject: line. We use "mail -s" in the crontab anyway.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/monthly | 5 | ||||
-rw-r--r-- | etc/weekly | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/etc/monthly b/etc/monthly index f348ba18a83..793ac416f67 100644 --- a/etc/monthly +++ b/etc/monthly @@ -1,8 +1,5 @@ #!/bin/sh - -# $OpenBSD: monthly,v 1.4 1997/09/15 09:54:40 deraadt Exp $ - -host=`hostname -s` -echo "Subject: $host monthly run output" +# $OpenBSD: monthly,v 1.5 1998/02/02 23:08:57 millert Exp $ if [ -f /etc/monthly.local ];then echo "" diff --git a/etc/weekly b/etc/weekly index f6a0bf09c2e..d3710cf809d 100644 --- a/etc/weekly +++ b/etc/weekly @@ -1,14 +1,11 @@ #!/bin/sh - # -# $OpenBSD: weekly,v 1.7 1997/09/15 09:54:40 deraadt Exp $ +# $OpenBSD: weekly,v 1.8 1998/02/02 23:08:56 millert Exp $ # PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec export PATH -host=`hostname -s` -echo "Subject: $host weekly run output" - if [ -f /etc/weekly.local ];then echo "" echo "Running weekly.local:" |