aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
blob: 38c6e0184cb727af1165fe7c02e81d66bc1fa880 (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
#
# /etc/rc.conf
#

#
# Localization
#
KEYMAP=us
TIMEZONE=Canada/Pacific

#
# Networking
#
HOSTNAME=myhost

#
# Daemons to start at boot-up
#
DAEMONS=()

#
# PCMCIA
#
# Set to "yes" to use PCMCIA Services
PCMCIA=no
# Should be either i82365 or tcic
PCIC=i82365
PCIC_OPTS=
CORE_OPTS=
CARDMGR_OPTS=
SCHEME=

# End of file