rc.conf revision 1.94
1# $NetBSD: rc.conf,v 1.94 2000/08/21 23:06:23 lukem 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 9if [ -r /etc/default/rc.conf ]; then 10 . /etc/default/rc.conf 11fi 12 13# If this is not set to YES, the system will drop into single-user mode. 14# 15rc_configured=NO 16 17# Add local overrides below 18# 19