SHA256
1
0
forked from pool/systemd

Accepting request 128498 from home:sbrabec:branches:Base:System

- Fix NumLock detection/set race condition (bnc#746595#c47).

OBS-URL: https://build.opensuse.org/request/show/128498
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=292
This commit is contained in:
Andreas Jaeger 2012-07-21 20:32:38 +00:00 committed by Git OBS Bridge
parent ef598f31e6
commit 9c08739d41
2 changed files with 19 additions and 1 deletions

View File

@ -165,7 +165,7 @@ Index: systemd-44/configure.ac
D-Bus policy dir: ${with_dbuspolicydir}
D-Bus session dir: ${with_dbussessionservicedir}
D-Bus system dir: ${with_dbussystemservicedir}
Index: systemd-44/src/login/73-seat-numlock.rules.in
Index: systemd-44/src/login/73-seat-numlock.rules
===================================================================
--- /dev/null
+++ systemd-44/src/login/73-seat-numlock.rules
@ -219,3 +219,16 @@ Index: systemd-44/src/login/numlock-on.c
+ return EX_IOERR;
+ return execv(args[0], args);
+}
Index: systemd-44/units/systemd-vconsole-setup.service.in
===================================================================
--- systemd-44.orig/units/systemd-vconsole-setup.service.in
+++ systemd-44/units/systemd-vconsole-setup.service.in
@@ -10,7 +10,7 @@ Description=Setup Virtual Console
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-readahead-collect.service systemd-readahead-replay.service
-Before=sysinit.target shutdown.target
+Before=sysinit.target shutdown.target udev-trigger.service
[Service]
Type=oneshot

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 20 19:24:08 CEST 2012 - sbrabec@suse.cz
- Fix NumLock detection/set race condition (bnc#746595#c47).
-------------------------------------------------------------------
Wed Jul 18 13:14:37 UTC 2012 - fcrozat@suse.com