From 632d22e0d0b075bdc1735cd75938b9121f9b1ee8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 2 Feb 1998 23:08:58 +0000 Subject: No need to put a Subject: line. We use "mail -s" in the crontab anyway. --- etc/monthly | 5 +---- etc/weekly | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'etc') 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:" -- cgit v1.2.3