From 89cf9bae865d62ac56db238b50e6c51a3ac601d2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 27 Sep 2006 01:54:02 +0000 Subject: remove old consolechars code --- setsysfont | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/setsysfont b/setsysfont index ac1a67dd..aabe4cce 100755 --- a/setsysfont +++ b/setsysfont @@ -14,18 +14,7 @@ case "$LANG" in ;; esac -if [ -x /bin/consolechars -o -x /usr/bin/consolechars ]; then - if [ -n "$SYSFONT" ]; then - ARGS=$SYSFONT - if [ -n "$UNIMAP" ]; then - ARGS="$ARGS --sfm $UNIMAP" - fi - if [ -n "$SYSFONTACM" ]; then - ARGS="$ARGS --acm $SYSFONTACM" - fi - consolechars -f $ARGS - fi -elif [ -x /bin/setfont ]; then +if [ -x /bin/setfont ]; then if [ -n "$UNIMAP" ]; then ARGS="-u $UNIMAP" fi -- cgit v1.2.1