summaryrefslogtreecommitdiff
path: root/etc/weekly
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-02-02 23:08:58 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-02-02 23:08:58 +0000
commit632d22e0d0b075bdc1735cd75938b9121f9b1ee8 (patch)
tree976964fdb9bdef469fc79a68290f3ee5816bea3f /etc/weekly
parente49e035b5c13a5cd6ed38623e9ac896b85ff1cec (diff)
No need to put a Subject: line. We use "mail -s" in the crontab anyway.
Diffstat (limited to 'etc/weekly')
-rw-r--r--etc/weekly5
1 files changed, 1 insertions, 4 deletions
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:"