http://qa.mandrakesoft.com/show_bug.cgi?id=4316
------- Additional Comments From [EMAIL PROTECTED] 2003-21-09 07:01 -------
Another observation:
/sbin/setsysfont, line 34:
if [ -f /etc/sysconfig/console/$SYSFONTACM.acm* ]
is legal bash (sh) syntax if and only if there is exactly ONE such
file that matches the pattern.
When I tested the .acm uncompressed file example, I left both versions
in /etc/sysconfig/console. I had to remove the asterisk in the file
test so that setsysfont wouldn't complain
setsysfont: /sbin/setsysfont: line 34:[:/etc/sysconfig/console/iso15.acm:
binary operator expected
because the pattern expanded into more than one filename string.
Note also line 27 does the same thing:
if [ -f /etc/sysconfig/console/$UNIMAP.sfm* ]
but I guess $UNIMAP is already defined so this section isn't
executed?
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
/sbin/setsysfont segfaults on boot and the console font never gets set.