]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- use CONSOLEFONT when SYSFONT is empty (Wojtek Kaniewski <wojtekka@bydg.pdi.net>)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 4 Oct 2003 09:55:09 +0000 (09:55 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 4 Oct 2003 09:55:09 +0000 (09:55 +0000)
svn-id: @1406

setsysfont

index af50a70dba6f5a37fbdfba95276e2436fe27f8ef..396a697faebc8b03f065a4660efe85f9836df218 100755 (executable)
@@ -20,6 +20,8 @@ if [ -x /usr/bin/consolechars -o -x /bin/consolechars ]; then
 elif [ -x /usr/bin/setfont ]; then
        if [ -n "$SYSFONT" ]; then
                /usr/bin/setfont $SYSFONT
+       elif [ -n "$CONSOLEFONT" ]; then
+               /usr/bin/setfont $CONSOLEFONT
        fi
 else
        echo "can't set font"
This page took 0.320461 seconds and 4 git commands to generate.