commit kbd for openSUSE:Factory
Hello community, here is the log from the commit of package kbd for openSUSE:Factory checked in at Mon Mar 21 15:15:56 CET 2011. -------- --- kbd/kbd.changes 2011-02-17 12:47:47.000000000 +0100 +++ /mounts/work_src_done/STABLE/kbd/kbd.changes 2011-03-21 14:10:35.000000000 +0100 @@ -1,0 +2,7 @@ +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 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbd.spec ++++++ --- /var/tmp/diff_new_pack.eSF5OK/_old 2011-03-21 15:15:18.000000000 +0100 +++ /var/tmp/diff_new_pack.eSF5OK/_new 2011-03-21 15:15:18.000000000 +0100 @@ -24,7 +24,7 @@ Group: System/Console AutoReqProv: on Version: 1.15.2 -Release: 41 +Release: 42 Summary: Keyboard and Font Utilities Source: kbd-%{version}.tar.bz2 Source1: kbd_fonts.tar.bz2 ++++++ kbd.init ++++++ --- /var/tmp/diff_new_pack.eSF5OK/_old 2011-03-21 15:15:18.000000000 +0100 +++ /var/tmp/diff_new_pack.eSF5OK/_new 2011-03-21 15:15:18.000000000 +0100 @@ -41,7 +41,7 @@ # 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 @@ # 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de