=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/monthly,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/etc/monthly 1998/02/02 23:08:57 1.5 --- src/etc/monthly 2005/11/12 16:14:37 1.6 *************** *** 1,5 **** #!/bin/sh - ! # $OpenBSD: monthly,v 1.5 1998/02/02 23:08:57 millert Exp $ if [ -f /etc/monthly.local ];then echo "" --- 1,5 ---- #!/bin/sh - ! # $OpenBSD: monthly,v 1.6 2005/11/12 16:14:37 jmc Exp $ if [ -f /etc/monthly.local ];then echo "" *************** *** 8,16 **** else echo "Nothing to do!" fi - - # echo "" - # echo "Doing login accounting:" - # ac -p | sort -nr +1 - - #echo "." --- 8,10 ----