=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.94 retrieving revision 1.95 diff -c -r1.94 -r1.95 *** src/etc/daily 2020/10/08 12:08:45 1.94 --- src/etc/daily 2020/10/20 22:42:29 1.95 *************** *** 1,5 **** # ! # $OpenBSD: daily,v 1.94 2020/10/08 12:08:45 millert Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. --- 1,5 ---- # ! # $OpenBSD: daily,v 1.95 2020/10/20 22:42:29 danj Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. *************** *** 136,156 **** next_part "Services that should be running but aren't:" rcctl ls failed ! next_part "Checking subsystem status:" ! if [ "X$VERBOSESTATUS" != X0 ]; then ! echo "" ! echo "disks:" ! df -ikl ! echo "" ! dump W ! else ! dump w | grep -vB1 ^Dump ! fi ! ! next_part "network:" ! if [ "X$VERBOSESTATUS" != X0 ]; then ! netstat -ivn ! fi next_part "Running calendar in the background:" if [ "X$CALENDAR" != X0 -a \ --- 136,143 ---- next_part "Services that should be running but aren't:" rcctl ls failed ! next_part "Filesystems which need to be dumped:" ! dump w | grep -vB1 ^Dump next_part "Running calendar in the background:" if [ "X$CALENDAR" != X0 -a \