aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.conf
blob: 8483814a2b5149413dbd9a1ae705e82575b5ca22 (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
# 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.
#
critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr"
random_file=/etc/entropy-file
hostname=lbsd.ankarstrom.se
wpa_supplicant=YES
dhcpcd=YES
dhcpcd_flags="-4 -Mz urtwn0,wm0"
sshd=YES
ntpd=YES
ntpdate=YES
cgd=NO
raidframe=NO
lvm=NO
wscons=YES
ipfilter=YES
apmd=YES
powerd=YES
estd=YES
squid=NO
anacron=YES