=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/etc/daily 2009/05/24 21:58:06 1.64 --- src/etc/daily 2009/05/25 21:31:24 1.65 *************** *** 1,7 **** # ! # $OpenBSD: daily,v 1.64 2009/05/24 21:58:06 schwarze Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # umask 022 PARTOUT=/var/log/daily.part --- 1,10 ---- # ! # $OpenBSD: daily,v 1.65 2009/05/25 21:31:24 schwarze Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # + # For local additions, create the file /etc/daily.local. + # To get section headers, use the function next_part in daily.local. + # umask 022 PARTOUT=/var/log/daily.part *************** *** 139,145 **** fi # The first two regular expressions handle sendmail, the third postfix. ! # When the queue is empty, exim -bp keeps silent. next_part "mail:" mailq | grep -v -e "^/var/spool/mqueue is empty$" \ -e "^[[:blank:]]*Total requests: 0$" \ --- 142,148 ---- fi # The first two regular expressions handle sendmail, the third postfix. ! # When the queue is empty, smtpd(8) and exim -bp keep silent. next_part "mail:" mailq | grep -v -e "^/var/spool/mqueue is empty$" \ -e "^[[:blank:]]*Total requests: 0$" \