=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.79 retrieving revision 1.80 diff -c -r1.79 -r1.80 *** src/etc/daily 2014/04/24 15:05:10 1.79 --- src/etc/daily 2014/04/24 19:04:54 1.80 *************** *** 1,5 **** # ! # $OpenBSD: daily,v 1.79 2014/04/24 15:05:10 tedu Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. --- 1,5 ---- # ! # $OpenBSD: daily,v 1.80 2014/04/24 19:04:54 tedu Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. *************** *** 156,167 **** next_part "network:" if [ "X$VERBOSESTATUS" != X0 ]; then netstat -ivn - - t=/var/rwho/* - if [ "$t" != '/var/rwho/*' ]; then - echo "" - ruptime - fi fi next_part "Running calendar in the background:" --- 156,161 ----