diff options
author | 1996-12-04 02:02:23 +0000 | |
---|---|---|
committer | 1996-12-04 02:02:23 +0000 | |
commit | 5a75a861618a37a634134f496e519644cee53d4e (patch) | |
tree | 25a8b181955f1002c2d76424825bd60fb6b1ed60 | |
parent | add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.uk (diff) | |
download | wireguard-openbsd-5a75a861618a37a634134f496e519644cee53d4e.tar.xz wireguard-openbsd-5a75a861618a37a634134f496e519644cee53d4e.zip |
indent
-rw-r--r-- | etc/daily | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/daily b/etc/daily index 5f15e60e485..0a22bcefeec 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.10 1996/11/06 23:03:21 deraadt Exp $ +# $OpenBSD: daily,v 1.11 1996/12/04 02:02:23 deraadt Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local host=`hostname -s` @@ -85,10 +85,10 @@ fi echo "" if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` ]; then - echo "Not running calendar, (yp client)" + echo "Not running calendar, (yp client)" else - echo "Running calendar:" - calendar -a + echo "Running calendar:" + calendar -a fi # Rotation of mail log now handled automatically by cron and 'newsyslog' |