Browse Source

indent

OPENBSD_2_1
deraadt 27 years ago
parent
commit
c3710f5d47
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/daily

+ 4
- 4
src/etc/daily View File

@ -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'


Loading…
Cancel
Save