blob: 38abe0024ad074cd4646102442161fe2a8cb636b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: monthly.conf,v 1.3 2000/10/01 05:53:01 lukem Exp $
#
# see monthly.conf(5) for more information.
if [ -r /etc/defaults/monthly.conf ]; then
. /etc/defaults/monthly.conf
fi
# Add local overrides below
#
|