blob: 2dbf2727fabe62fb83db94f2ac5dfa4db25c7a26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# /etc/rc.conf: system configuration
#
FONT=default
KEYMAP=dvorak
TIMEZONE="Europe/Lisbon"
HOSTNAME=machine
SYSLOG=sysklogd
SERVICES=(lo iptables wlan blan crond)
# End of file
|