]> git.pld-linux.org Git - packages/kbd.git/commitdiff
- fixed ugly typo, removed tabs from the end of line
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Dec 2003 00:39:51 +0000 (00:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kbd.init -> 1.17

kbd.init

index 83438d54b0b3cd81bc943c2a9631122304d9d026..f82f9b87a7e7655f89056d6f2fee8264347a92db 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" ]; 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"
@@ -100,7 +100,7 @@ case "$1" in
                /usr/bin/setterm -background $BACKGROUND_COLOUR
        fi
        if [ "$BEEP_LENGHT" ]; then
-               /usr/bin/setterm -blenght $BEEP_LENGHT
+               /usr/bin/setterm -blength $BEEP_LENGHT
        fi
        ;;
   stop)
This page took 0.481759 seconds and 4 git commands to generate.