Accepting request 64643 from Base:System

Accepted submit request 64643 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/64643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=49
This commit is contained in:
Sascha Peilicke 2011-03-21 14:15:56 +00:00 committed by Git OBS Bridge
commit 5b7b89c84e
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 21 14:07:36 CET 2011 - werner@suse.de
- If /usr is located in a separate partition, the locale command fails.
- Ignore /var/run/keymap in sinlge user mode otherwise key mapping
could be wrong if booted cold into sinlge user mode
-------------------------------------------------------------------
Thu Feb 17 12:39:06 CET 2011 - werner@suse.de

View File

@ -41,7 +41,7 @@ test -n "$KBD_VERBOSE" && set -x
# XXX: is this really needed just for LOCALE_CHARMAP?
test -e /etc/SuSEconfig/profile && . /etc/SuSEconfig/profile
test -e /etc/profile.d/lang.sh && . /etc/profile.d/lang.sh
LOCALE_CHARMAP=`locale charmap`
LOCALE_CHARMAP=`locale charmap 2>/dev/null`
LC_ALL=POSIX
KBDBASE="/usr/share/kbd"
@ -164,7 +164,7 @@ case "$1" in
# this means that initialization was already done.
# don't do it twice unless forced, it may annoy xdm and
# produce lots of error messages.
test -s /var/run/keymap && exit 0
test -s /var/run/keymap -a "$RUNLEVEL" != S && exit 0
;;
esac