1# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $ 2# 3# See rc.conf(5) for more information. 4# 5# Use program=YES to enable program, NO to disable it. program_flags are 6# passed to the program on the command line. 7# 8 9# Load the defaults in from /etc/defaults/rc.conf (if it's readable). 10# These can be overridden below. 11# 12if [ -r /etc/defaults/rc.conf ]; then 13 . /etc/defaults/rc.conf 14fi 15 16# If this is not set to YES, the system will drop into single-user mode. 17# MINIX 3: for now, this setting is enabled by default. 18# 19rc_configured=YES 20 21# Add local overrides below. 22# 23