aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-08-07 21:42:06 +1000
committerAllan McRae <allan@archlinux.org>2009-08-07 21:42:06 +1000
commitaa58a7d0202815af27d520889c8e4689f016efd2 (patch)
treeb12d354e59c9f7b39a7651796da104f5bffa02c8 /rc.conf
parentf3a1103e58c341d5bb42bc889549fef44d685729 (diff)
downloadinitscripts-aa58a7d0202815af27d520889c8e4689f016efd2.tar.xz
Consistent capitalization of locale
Make the capitalization "UTF-8" part of the locale field in rc.conf match that used in /etc/locale.gen (FS#15825) Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.conf b/rc.conf
index 1c2d428..7177902 100644
--- a/rc.conf
+++ b/rc.conf
@@ -15,7 +15,7 @@
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
-LOCALE="en_US.utf8"
+LOCALE="en_US.UTF-8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Canada/Pacific"