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

Annotation of src/etc/monthly, Revision 1.6

1.1       deraadt     1: #!/bin/sh -
1.6     ! jmc         2: #      $OpenBSD: monthly,v 1.5 1998/02/02 23:08:57 millert 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