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

Annotation of src/etc/monthly, Revision 1.7

1.1       deraadt     1: #!/bin/sh -
1.7     ! ajacouto    2: #      $OpenBSD: monthly,v 1.6 2005/11/12 16:14:37 jmc Exp $
        !             3: umask 022
1.1       deraadt     4:
1.2       david       5: if [ -f /etc/monthly.local ];then
                      6:        echo ""
                      7:        echo "Running monthly.local:"
                      8:        . /etc/monthly.local
                      9: else
                     10:        echo "Nothing to do!"
                     11: fi