vp-build/templates/initscripts/files/rc.conf
Juan RP 5329e3579b sysklogd: add the rc.d scripts and run them by default.
--HG--
extra : convert_revision : 07e704a3e8c999d04305205ad359793d50a29d0c
2009-03-06 05:40:33 +01:00

34 lines
820 B
Plaintext
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