Bug 105907

Summary: /sbin/setsysfont SYSONTACM vs SYSFONTACM
Product: [Retired] Red Hat Linux Reporter: David Johnston <david>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: rvokal
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: 2006-02-21 18:58:50 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 David Johnston 2003-09-29 13:07:37 UTC
Description of problem:
Line 31 of /sbin/setsysfont reads as follows:
    if [ ! -f /lib/kbd/consoletrans/$SYSONTACM_to_uni.trans ]; then

It should read as follows:
    if [ ! -f /lib/kbd/consoletrans/$SYSFONTACM_to_uni.trans ]; then

This forces SYSFONTACM to be set to `echo $SYSFONTACM | sed "s|iso0|8859-|g"`
regardless of whether or not *iso0*_to_uni.trans exists.

Line 31 is the only reference to SYSONTACM, there are 6 other references to
SYSFONTACM; looks like a typo to me.

Version-Release number of selected component (if applicable):
initscripts-7.14-1

Comment 1 Bill Nottingham 2003-09-29 21:20:39 UTC

*** This bug has been marked as a duplicate of 105035 ***

Comment 2 Red Hat Bugzilla 2006-02-21 18:58:50 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.