From ac0106eb9bbb0adb00cfdf0c809546d2816f2600 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 6 Apr 1999 20:43:53 +0000 Subject: consolechars is in /bin --- setsysfont | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setsysfont b/setsysfont index 1903b601..463739bb 100755 --- a/setsysfont +++ b/setsysfont @@ -4,7 +4,7 @@ if [ -f /etc/sysconfig/i18n ]; then . /etc/sysconfig/i18n fi -if [ -x /usr/bin/consolechars ]; then +if [ -x /bin/consolechars ]; then if [ -n "$SYSFONT" ]; then ARGS=$SYSFONT if [ -n "$UNIMAP" ]; then @@ -13,7 +13,7 @@ if [ -x /usr/bin/consolechars ]; then if [ -n "$SYSFONTACM" ]; then ARGS="$ARGS --acm $SYSFONTACM" fi - /usr/bin/consolechars -f $ARGS + /bin/consolechars -f $ARGS fi elif [ -x /usr/bin/setfont ]; then if [ -n "$SYSFONT" -a -n "$UNIMAP" ]; then -- cgit v1.2.1