2000-10-14 21:01:29 +04:00
|
|
|
# $NetBSD: rc.conf,v 1.96 2000/10/14 17:01:29 wiz Exp $
|
1997-01-05 15:01:54 +03:00
|
|
|
#
|
|
|
|
# see rc.conf(5) for more information.
|
2000-07-21 04:25:31 +04:00
|
|
|
#
|
1997-08-29 06:24:04 +04:00
|
|
|
# Use program=YES to enable program, NO to disable it. program_flags are
|
|
|
|
# passed to the program on the command line.
|
2000-07-21 04:25:31 +04:00
|
|
|
#
|
|
|
|
|
2000-10-01 09:49:26 +04:00
|
|
|
# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
|
2000-10-14 21:01:29 +04:00
|
|
|
# These can be overridden below.
|
2000-10-01 09:49:26 +04:00
|
|
|
#
|
|
|
|
if [ -r /etc/defaults/rc.conf ]; then
|
|
|
|
. /etc/defaults/rc.conf
|
2000-08-22 03:06:22 +04:00
|
|
|
fi
|
1997-03-10 12:16:13 +03:00
|
|
|
|
1997-08-29 06:24:04 +04:00
|
|
|
# If this is not set to YES, the system will drop into single-user mode.
|
2000-07-21 04:25:31 +04:00
|
|
|
#
|
1997-08-29 06:24:04 +04:00
|
|
|
rc_configured=NO
|
1997-07-22 22:41:08 +04:00
|
|
|
|
2000-08-22 03:06:22 +04:00
|
|
|
# Add local overrides below
|
2000-07-21 04:25:31 +04:00
|
|
|
#
|