1*e119d14fSmbalmer# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $ 23b98afb4Smrg# 3*e119d14fSmbalmer# See rc.conf(5) for more information. 49c7a535dSlukem# 5c3b0e18dScjs# Use program=YES to enable program, NO to disable it. program_flags are 6c3b0e18dScjs# passed to the program on the command line. 79c7a535dSlukem# 89c7a535dSlukem 9b5b6e95cSlukem# Load the defaults in from /etc/defaults/rc.conf (if it's readable). 10e2d9ed58Swiz# These can be overridden below. 11b5b6e95cSlukem# 12b5b6e95cSlukemif [ -r /etc/defaults/rc.conf ]; then 13b5b6e95cSlukem . /etc/defaults/rc.conf 140c020b68Slukemfi 152069c012Smycroft 16c3b0e18dScjs# If this is not set to YES, the system will drop into single-user mode. 179c7a535dSlukem# 18c3b0e18dScjsrc_configured=NO 19779c94c7Sphil 20*e119d14fSmbalmer# Add local overrides below. 219c7a535dSlukem# 22