]> git.pld-linux.org Git - packages/kbd.git/commitdiff
- fixed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 20 May 2004 20:41:37 +0000 (20:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kbd.init -> 1.20

kbd.init

index 2e24fa61d17a58fd6e0f06d10e27b21e3a6eb68c..cbc3c6715e563f2a34de307153cbae5dd5f80268 100644 (file)
--- a/kbd.init
+++ b/kbd.init
@@ -13,8 +13,8 @@
 
 [ -f /etc/sysconfig/console ] || exit 0
 
-[ -f /bin/loadkeys ] || exit 0
-[ -f /usr/bin/setfont ] || exit 0
+[ -f /bin/loadkeys -o -f /usr/bin/loadkeys] || exit 0
+[ -f /bin/setfont -o -f /usr/bin/setfont ] || exit 0
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -33,7 +33,7 @@ case "$1" in
                run_cmd "Setting Text Mode $SVGATEXTMODE" SVGATextMode $SVGATEXTMODE
        fi
        if [ -n "$CONSOLEFONT" ]; then
-               CMD="/usr/bin/setfont -m ${CONSOLEMAP:-trivial} $CONSOLEFONT"
+               CMD="setfont -m ${CONSOLEMAP:-trivial} $CONSOLEFONT"
                show "Loading console font and map"
                busy
 
This page took 0.149289 seconds and 4 git commands to generate.