11.97Smbalmer# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $ 21.1Smrg# 31.97Smbalmer# 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.97Smbalmer# Add local overrides below. 211.89Slukem# 22