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!
--
member of Advanced InternetWorks group -> http://www.ainetworks.sk
professional home page -> http://tibor.pittich.sk
personal home page -> http://c0re.phuture.sk
pgp00000.pgp
Description: PGP signature
