Accepting request 960181 from home:Guillaume_G:branches:Base:System

- Refresh kbdsettings-nox86.patch to fix build on non-x86*
  architectures

OBS-URL: https://build.opensuse.org/request/show/960181
OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=148
This commit is contained in:
Dirk Mueller 2022-03-08 14:52:18 +00:00 committed by Git OBS Bridge
parent f13109f274
commit a483dd07c6
2 changed files with 6 additions and 23 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 8 10:58:26 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Refresh kbdsettings-nox86.patch to fix build on non-x86*
architectures
-------------------------------------------------------------------
Tue Mar 1 18:29:13 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -1,26 +1,3 @@
--- kbdsettings
+++ kbdsettings
@@ -24,20 +24,6 @@
fi
/usr/bin/setleds -D -$param < /dev/$tty
;;
- bios)
- bios=$(/usr/lib/kbd/numlockbios 2>/dev/null)
- if [ $param = "num" ]; then
- if [ "$bios" = "on" ]; then
- touch /run/numlock-on
- /usr/bin/setleds -D +$param < /dev/$tty
- elif [ "$bios" = "off" -o "$bios" = "unknown" ]; then
- rm -f /run/numlock-on
- /usr/bin/setleds -D -$param < /dev/$tty
- fi
- else
- echo "Value $confval invalid for $conf"
- fi
- ;;
*)
echo "error: unknown value $confval in $conf"
;;
--- sysconfig.keyboard
+++ sysconfig.keyboard
@@ -15,12 +15,12 @@