diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-29 21:35:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-29 21:35:18 +0000 |
commit | fb4131f63aa5e825b764bf620e3ba640ae7c340c (patch) | |
tree | f16bb173fa37d6082e2c96d5f28f7926609180c6 /etc/daily | |
parent | 01d13253c702e1a463da64ad025dd79b2bdce5cf (diff) |
no need for Subject: line, crontab does it
Diffstat (limited to 'etc/daily')
-rw-r--r-- | etc/daily | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index 78f818b6a77..9307c4e5cd1 100644 --- a/etc/daily +++ b/etc/daily @@ -1,11 +1,10 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.26 1998/11/11 11:23:02 downsj Exp $ +# $OpenBSD: daily,v 1.27 1998/11/29 21:35:17 deraadt Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin host=`hostname -s` -echo "Subject: $host daily run output" bak=/var/backups if [ -f /etc/daily.local ]; then |