From aa58a7d0202815af27d520889c8e4689f016efd2 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 7 Aug 2009 21:42:06 +1000 Subject: 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 --- rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.conf') 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" -- cgit v1.2.3