rc.conf revision 1.94
11.94Slukem# $NetBSD: rc.conf,v 1.94 2000/08/21 23:06:23 lukem 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.94Slukemif [ -r /etc/default/rc.conf ]; then 101.94Slukem . /etc/default/rc.conf 111.94Slukemfi 121.1Smrg 131.16Scjs# If this is not set to YES, the system will drop into single-user mode. 141.89Slukem# 151.16Scjsrc_configured=NO 161.35Sbad 171.94Slukem# Add local overrides below 181.89Slukem# 19