NetBSD/etc/rc.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

19 lines
410 B
Plaintext

# $NetBSD: rc.conf,v 1.94 2000/08/21 23:06:23 lukem Exp $
#
# see rc.conf(5) for more information.
#
# Use program=YES to enable program, NO to disable it. program_flags are
# passed to the program on the command line.
#
if [ -r /etc/default/rc.conf ]; then
. /etc/default/rc.conf
fi
# If this is not set to YES, the system will drop into single-user mode.
#
rc_configured=NO
# Add local overrides below
#