2000-08-22 03:06:22 +04:00
|
|
|
# $NetBSD: rc.conf,v 1.94 2000/08/21 23:06:23 lukem 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-08-22 03:06:22 +04:00
|
|
|
if [ -r /etc/default/rc.conf ]; then
|
|
|
|
. /etc/default/rc.conf
|
|
|
|
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
|
|
|
#
|