=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/etc/daily 2013/12/12 22:02:43 1.78 --- src/etc/daily 2014/04/24 15:05:10 1.79 *************** *** 1,5 **** # ! # $OpenBSD: daily,v 1.78 2013/12/12 22:02:43 brad Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. --- 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. *************** *** 74,84 **** # find . ! -name . -type d -mtime +1 -execdir rmdir -- {} \; \ # >/dev/null 2>&1; } #fi - - if [ -d /var/rwho -a ! -L /var/rwho ] ; then - cd /var/rwho && { - find . ! -name . -mtime +7 -execdir rm -f -- {} \; ; } - fi next_part "Purging accounting records:" if [ -f /var/account/acct ]; then --- 74,79 ----