5329e3579b
--HG-- extra : convert_revision : 07e704a3e8c999d04305205ad359793d50a29d0c
33 lines
820 B
Text
Executable file
33 lines
820 B
Text
Executable file
#
|
|
# /etc/rc.conf - Main Configuration.
|
|
#
|
|
if [ -r /etc/defaults/rc.conf ]; then
|
|
. /etc/defaults/rc.conf
|
|
fi
|
|
#
|
|
# -----------------------------------------------------------------------
|
|
# LOCALIZATION
|
|
# -----------------------------------------------------------------------
|
|
#
|
|
# LOCALE: available languages can be listed with the 'locale -a' command
|
|
# HARDWARECLOCK: set to "UTC" or "localtime"
|
|
# TIMEZONE: timezones are found in /usr/share/zoneinfo
|
|
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
|
|
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
|
|
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
|
|
#
|
|
LOCALE="es_ES.utf-8"
|
|
HARDWARECLOCK="localtime"
|
|
TIMEZONE="Europe/Madrid"
|
|
KEYMAP="es"
|
|
CONSOLEFONT=
|
|
CONSOLEMAP=
|
|
|
|
USELVM="no"
|
|
HOSTNAME="xbps"
|
|
|
|
#
|
|
# Services and daemons.
|
|
#
|
|
syslogd=yes
|
|
klogd=yes
|