Tibor Pittich wrote:

damn! f*ck!

fixed one problem and there is nailed another:

look at /sbin/setfont:

if [ -n "$SYSFONTACM" ]; then
   if [ -f /etc/sysconfig/console/consoletrans/$SYSFONTACM.acm* ]; then
           ARGS="$ARGS --acm /etc/sysconfig/consoletrans/console/$SYSFONTACM.acm"
           else
                   ARGS="$ARGS --acm $SYSFONTACM"
           fi
fi

this is result from latest warly's fixing, as we can see in cvs:

$ cvs log setsysfont
[snip]
revision 1.9
date: 2003/09/22 12:57:16;  author: warly;  state: Exp;  lines: +8 -8
psf and acm are in /etc/sysconfig/console/{consolefonts,consoletrans}, fix setsysfont.

$ cvs diff -r1.8 setsysfont
[snip]
-       if [ -f /etc/sysconfig/console/$SYSFONTACM.acm* ]; then
-               ARGS="$ARGS --acm /etc/sysconfig/console/$SYSFONTACM.acm"
+       if [ -f /etc/sysconfig/console/consoletrans/$SYSFONTACM.acm* ]; then
+               ARGS="$ARGS --acm /etc/sysconfig/consoletrans/console/$SYSFONTACM.acm"


there is directory mismatch in ARGS, then this setfont script don't set console fonts too - result we still don't have localized console.

i think that this is showstoper!



Yes this is critical. Warly wrote this morning it was still time to correct critical bugs, didn't he ?

Eric




Reply via email to