Accepting request 32965 from Base:System

Copy from Base:System/kbd based on submit request 32965 from user anicka

OBS-URL: https://build.opensuse.org/request/show/32965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=35
This commit is contained in:
OBS User autobuild 2010-02-24 01:10:49 +00:00 committed by Git OBS Bridge
parent 06df19d49f
commit 049339e168
3 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 19 14:39:29 CET 2010 - anicka@suse.cz
- respect KBD_TTY="" set in sysconfig (bnc#405658)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 16 11:14:18 PST 2010 - vuntz@opensuse.org Tue Feb 16 11:14:18 PST 2010 - vuntz@opensuse.org

View File

@ -80,23 +80,18 @@ fi
# #
# Calculate KBD_TTY array only once # Calculate KBD_TTY array only once
# Caution: Keep in sync with earlykbd.init
# #
# >=tty7 left out intentionaly (Bug #302010) KBD_TTY_DEFAULT="${KBD_TTY:-tty1 tty2 tty3 tty4 tty5 tty6}"
KBD_TTY_DEFAULT="tty1 tty2 tty3 tty4 tty5 tty6"
newkbd="" newkbd=""
for tty in $KBD_TTY_DEFAULT; do for tty in $KBD_TTY_DEFAULT; do
# >=tty7 left out intentionaly (Bug #302010)
test ${tty#tty} -ge 7 2>/dev/null && continue
test -w /dev/$tty || continue test -w /dev/$tty || continue
test -c /dev/$tty || continue test -c /dev/$tty || continue
> /dev/$tty &> /dev/null || continue > /dev/$tty &> /dev/null || continue
# consider settings in /etc/sysconfig/keyboard:KBD_TTY newkbd="${newkbd:+$newkbd }/dev/$tty"
test -z "$KBD_TTY" && continue
case ":${KBD_TTY// /:}:" in
*:$tty:*)
newkbd="${newkbd:+$newkbd }/dev/$tty"
esac
done done
KBD_TTY="$newkbd" KBD_TTY="$newkbd"
unset newkbd unset newkbd

View File

@ -24,7 +24,7 @@ License: GPLv2+
Group: System/Console Group: System/Console
AutoReqProv: on AutoReqProv: on
Version: 1.14.1 Version: 1.14.1
Release: 23 Release: 24
Summary: Keyboard and Font Utilities Summary: Keyboard and Font Utilities
Source: kbd-%{version}.tar.bz2 Source: kbd-%{version}.tar.bz2
Source1: kbd_fonts.tar.bz2 Source1: kbd_fonts.tar.bz2