=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/etc/daily 1996/11/06 23:03:21 1.10 --- src/etc/daily 1996/12/04 02:02:23 1.11 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: daily,v 1.10 1996/11/06 23:03:21 deraadt Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local host=`hostname -s` --- 1,6 ---- #!/bin/sh - # ! # $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,94 **** echo "" if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` ]; then ! echo "Not running calendar, (yp client)" else ! echo "Running calendar:" ! calendar -a fi # Rotation of mail log now handled automatically by cron and 'newsyslog' --- 85,94 ---- echo "" if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` ]; then ! echo "Not running calendar, (yp client)" else ! echo "Running calendar:" ! calendar -a fi # Rotation of mail log now handled automatically by cron and 'newsyslog'