vp-build/templates/OpenRC/files/locale.confd
Juan RP 6af47b83fb OpenRC: merge some local changes.
* Move all patches to xbps-changes.diff.
* Provide /etc/conf.d/locale and set "en_US" by default.
* Move rc.conf to /etc/default/rc.conf. Set unicode, rc_shell
  and rc_logger by default.
* Explain in keymaps that keyboard layout must also be specified,
  like "qwerty/es"; otherwise lodkeys will fail to use the correct
  keymap if there exists duplicate keymaps with the same name.

Bump revision.

--HG--
extra : convert_revision : 0b99d27c67cb0d7d055e769bb9a0c6b640adfe87
2009-10-10 08:39:39 +02:00

10 lines
324 B
Plaintext

#
# Sets the system locale in /etc/profile.d/locale.sh
# through the environmental variable LANG.
#
# Please note that the init.d script by default will use the UTF8
# variant for the selected locale, so be aware that non-UTF8 locales
# won't be supported without modifications to the init.d script.
#
system_locale="en_US"