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