Bug 105907 - /sbin/setsysfont SYSONTACM vs SYSFONTACM
Summary: /sbin/setsysfont SYSONTACM vs SYSFONTACM
Keywords:
Status: CLOSED DUPLICATE of bug 105035
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 9
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-09-29 13:07 UTC by David Johnston
Modified: 2014-03-17 02:39 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-21 18:58:50 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.