1062293981
. always install them (overwrite) . source minix one from /etc/defaults/rc.conf so that it'll get read on existing installs without overwriting rc.conf (doesn't happen by default as it's user-editable), needed for new netconf system . reported by Tenkawa
21 lines
543 B
Text
21 lines
543 B
Text
# $NetBSD: rc.conf,v 1.96 2000/10/14 17:01:29 wiz 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.
|
|
#
|
|
|
|
# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
|
|
# These can be overridden below.
|
|
#
|
|
if [ -r /etc/defaults/rc.conf ]; then
|
|
. /etc/defaults/rc.conf
|
|
fi
|
|
|
|
# If this is not set to YES, the system will drop into single-user mode.
|
|
# (Doesn't matter for Minix.)
|
|
rc_configured=NO
|
|
|
|
# Add local overrides below
|
|
#
|