0c020b6812
and source the latter in the former. this makes it easier for a sysadmin to upgrade the default files without affecting local config, and retains the semantics that the /etc/foo.conf files are the actual files that are edited (as opposed to /etc/foo.local.conf or /etc/foo.conf.local or whatever, which isn't as intuitive).
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
# $NetBSD: monthly.conf,v 1.2 2000/08/21 23:06:22 lukem Exp $
|
|
#
|
|
# see monthly.conf(5) for more information.
|
|
|
|
if [ -r /etc/default/monthly.conf ]; then
|
|
. /etc/default/monthly.conf
|
|
fi
|
|
|
|
# Add local overrides below
|
|
#
|