diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-15 09:58:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-15 09:58:09 +0000 |
commit | af2bf1bbf40aba573142ccf57e8511eab7ac9bb5 (patch) | |
tree | ea726b3f7ac50c989552641eea0eba8097c8d626 /etc | |
parent | 9e67d0ba48a1590b7afd41461639ab32388eb495 (diff) |
indent
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index 6802a1d79a5..3eac40209a6 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.20 1997/09/15 06:24:24 pierre Exp $ +# $OpenBSD: daily,v 1.21 1997/09/15 09:58:08 deraadt Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin @@ -8,7 +8,7 @@ host=`hostname -s` echo "Subject: $host daily run output" bak=/var/backups -if [ -f /etc/daily.local ];then +if [ -f /etc/daily.local ]; then echo "" echo "Running daily.local:" . /etc/daily.local |