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

Annotation of src/etc/monthly, Revision 1.4

1.1       deraadt     1: #!/bin/sh -
1.4     ! deraadt     2: #      $OpenBSD: monthly,v 1.3 1996/05/26 10:25:32 deraadt Exp $
1.1       deraadt     3:
                      4: host=`hostname -s`
                      5: echo "Subject: $host monthly run output"
                      6:
1.2       david       7: if [ -f /etc/monthly.local ];then
                      8:        echo ""
                      9:        echo "Running monthly.local:"
                     10:        . /etc/monthly.local
                     11: else
                     12:        echo "Nothing to do!"
                     13: fi
                     14:
1.1       deraadt    15: # echo ""
                     16: # echo "Doing login accounting:"
                     17: # ac -p | sort -nr +1
                     18:
                     19: #echo "."