diff options
author | Florian La Roche <laroche@redhat.com> | 2002-07-12 05:50:50 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2002-07-12 05:50:50 +0000 |
commit | 4ee0c0457be4e61d6dd9d650b344df49fd876c01 (patch) | |
tree | a63306604b7664dfdb6301dba671647e62cb40bf /rc.d | |
parent | ce56e9dc22d258bc8ebd491d6f60bfa9614754cd (diff) | |
download | initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar.gz initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar.bz2 initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.tar.xz initscripts-4ee0c0457be4e61d6dd9d650b344df49fd876c01.zip |
- exclude zh_CN.GB18030 for setting LANG
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/functions | 2 |
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 |