From f1f5eb96c426385d4564bf40bb6e4431b388c585 Mon Sep 17 00:00:00 2001 From: millert <> Date: Mon, 2 Feb 1998 23:08:57 +0000 Subject: [PATCH] No need to put a Subject: line. We use "mail -s" in the crontab anyway. --- src/etc/monthly | 5 +---- src/etc/weekly | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/etc/monthly b/src/etc/monthly index f348ba18..793ac416 100644 --- a/src/etc/monthly +++ b/src/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/src/etc/weekly b/src/etc/weekly index f6a0bf09..d3710cf8 100644 --- a/src/etc/weekly +++ b/src/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:"