NetBSD/etc/daily.conf
lukem b5b6e95c7b move default config files from /etc/default -> /etc/defaults, to be
consistent with what FreeBSD uses /etc/defaults for, and since SVR4
uses /etc/default for another purpose.
as discussed on tech-userlevel, and no objections were made.
2000-10-01 05:49:26 +00:00

11 lines
208 B
Plaintext

# $NetBSD: daily.conf,v 1.4 2000/10/01 05:53:01 lukem Exp $
#
# see daily.conf(5) for more information.
if [ -r /etc/defaults/daily.conf ]; then
. /etc/defaults/daily.conf
fi
# Add local overrides below
#