aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@redhat.com>2002-07-12 05:50:50 +0000
committerFlorian La Roche <laroche@redhat.com>2002-07-12 05:50:50 +0000
commit4ee0c0457be4e61d6dd9d650b344df49fd876c01 (patch)
treea63306604b7664dfdb6301dba671647e62cb40bf
parentce56e9dc22d258bc8ebd491d6f60bfa9614754cd (diff)
downloadinitscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar
initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar.gz
initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar.bz2
initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar.xz
initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.zip
- exclude zh_CN.GB18030 for setting LANG
-rwxr-xr-xrc.d/init.d/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index 99be58c4..d14807d1 100755
--- a/rc.d/init.d/functions
+++ b/rc.d/init.d/functions
@@ -28,7 +28,7 @@ if [ -f /etc/sysconfig/i18n -a -z "${NOLOCALE:-}" ] ; then
. /etc/sysconfig/i18n
if [ "$CONSOLETYPE" != "pty" ]; then
case "${LANG:-}" in
- ja_JP.eucJP|ko_KR.eucKR|zh_CN.GB2312|zh_TW.Big5)
+ ja_JP.eucJP|ko_KR.eucKR|zh_CN.GB2312|zh_TW.Big5|zh_CN.GB18030)
unset LANG;;
*)
export LANG