NetBSD/etc/daily.conf
lukem 0c020b6812 migrate guts of these /etc/foo.conf config files into /etc/default/foo.conf,
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).
2000-08-21 23:06:22 +00:00

11 lines
206 B
Plaintext

# $NetBSD: daily.conf,v 1.3 2000/08/21 23:06:22 lukem Exp $
#
# see daily.conf(5) for more information.
if [ -r /etc/default/daily.conf ]; then
. /etc/default/daily.conf
fi
# Add local overrides below
#