rc-scripts/trunk/setsysfont

glen cvs at pld-linux.org
Mon Feb 27 19:09:58 CET 2006


Author: glen
Date: Mon Feb 27 19:09:56 2006
New Revision: 7036

Modified:
   rc-scripts/trunk/setsysfont
Log:
Revert hardcoded part. Fix your config instead.

Modified: rc-scripts/trunk/setsysfont
==============================================================================
--- rc-scripts/trunk/setsysfont	(original)
+++ rc-scripts/trunk/setsysfont	Mon Feb 27 19:09:56 2006
@@ -11,7 +11,7 @@
 case "$LANG" in
   *.utf8|*.UTF-8)
 	if [ -x /bin/unicode_start ] && /sbin/consoletype fg ; then
-		exec unicode_start $CONSOLEFONT $CONSOLEMAP.a0-ff
+		exec unicode_start $CONSOLEFONT $CONSOLEMAP
 	fi
 	;;
 esac


More information about the pld-cvs-commit mailing list