Bug 1685

Summary: Two bugs in /etc/profile.d/lang.sh prevent from proper koi8-{r,u} support
Product: [Retired] Red Hat Linux Reporter: Leonid Kanter <leon>
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0CC: notting
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-23 15:51:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leonid Kanter 1999-03-23 13:46:47 UTC
-        case $SYSFONTACN in
-          iso01*|iso02*|iso15*)
+        case $SYSFONTACM in
+          iso01*|iso02*|iso15*|koi*)

Please remember about koi8-r and koi8-u! Thank you.


------- Email Received From  Leon Kanter <leon.ua> 03/23/99 09:11 -------

Comment 1 Bill Nottingham 1999-03-23 15:51:59 UTC
will be fixed in next initscripts release.

Comment 2 rebel 1999-05-06 09:05:59 UTC
Also "|latin2*" should be added to the case. Btw, is that case really
necessary?