rc.conf revision 1.96
11.96Swiz#	$NetBSD: rc.conf,v 1.96 2000/10/14 17:01:29 wiz Exp $
21.1Smrg#
31.1Smrg# see rc.conf(5) for more information.
41.89Slukem#
51.89Slukem# Use program=YES to enable program, NO to disable it. program_flags are
61.89Slukem# passed to the program on the command line.
71.89Slukem#
81.1Smrg
91.95Slukem# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
101.96Swiz# These can be overridden below.
111.95Slukem#
121.95Slukemif [ -r /etc/defaults/rc.conf ]; then
131.95Slukem	. /etc/defaults/rc.conf
141.94Slukemfi
151.1Smrg
161.16Scjs# If this is not set to YES, the system will drop into single-user mode.
171.89Slukem#
181.16Scjsrc_configured=NO
191.35Sbad
201.94Slukem# Add local overrides below
211.89Slukem#
22