aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.conf
blob: e933092503378560bd1cfe7cc37a2fc7dcff865c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#	$NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
#
# See rc.conf(5) for more information.
#
# Use program=YES to enable program, NO to disable it. program_flags are
# passed to the program on the command line.
#

# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
# These can be overridden below.
#
if [ -r /etc/defaults/rc.conf ]; then
	. /etc/defaults/rc.conf
fi

# If this is not set to YES, the system will drop into single-user mode.
#
rc_configured=YES

# Add local overrides below.
#
dhcpcd=YES
dhcpcd_flags="-qM xennet0"
hostname=rbsd.ankarstrom.se
npf=YES
sshd=YES
ntpd=YES
ntpdate=YES
cgd=NO
raidframe=NO
wscons=YES
apache=YES
umurmurd=YES