[BACK]Return to monthly CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/monthly, Revision 1.5

1.1       deraadt     1: #!/bin/sh -
1.5     ! millert     2: #      $OpenBSD: monthly,v 1.4 1997/09/15 09:54:40 deraadt Exp $
1.1       deraadt     3:
1.2       david       4: if [ -f /etc/monthly.local ];then
                      5:        echo ""
                      6:        echo "Running monthly.local:"
                      7:        . /etc/monthly.local
                      8: else
                      9:        echo "Nothing to do!"
                     10: fi
                     11:
1.1       deraadt    12: # echo ""
                     13: # echo "Doing login accounting:"
                     14: # ac -p | sort -nr +1
                     15:
                     16: #echo "."