]> git.pld-linux.org Git - packages/kbd.git/commitdiff
- changed fb detection (no /var/lock/subsys/fbset), works on vesafb auto/ac/kbd-1_08-7
authorhavner <havner@pld-linux.org>
Mon, 22 Sep 2003 23:19:26 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kbd.init -> 1.15

kbd.init

index 5f60d0d79b62ea3e268f3a9780c951ee4e56ff01..28833e172709365870b69fa2e8b7a85edc2fd105 100644 (file)
--- a/kbd.init
+++ b/kbd.init
@@ -39,7 +39,7 @@ case "$1" in
 
        # don't initialize on multiple terminals if we use fbset
        # (assume that, in this case fb is loaded as a module)
-       if [ ! -z "$FB" ] && [ -f /var/lock/subsys/fbset ]; then                        
+       if [ ! -z "$FB" ]; then                 
                # Check for devfs (workaround: -a option don't work at all)
                if [ -d /dev/vc ]; then
                        pattern="s/\/dev\/vc\///g"
This page took 0.12736 seconds and 4 git commands to generate.