From a59a3cd1fe4067ede4e5fe6084a79d80356d54f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Wed, 23 Oct 2013 09:30:24 +0200 Subject: [PATCH] removed autorepeat workaround for bnc#346186 not needed anymore, xset might not be installed (bnc#846768) --- package/yast2-installation.changes | 6 ++++++ startup/YaST2.call | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index a9b30f112..15749df40 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 23 07:27:28 UTC 2013 - lslezak@suse.cz + +- removed autorepeat workaround for bnc#346186, not needed anymore, + xset might not be installed (bnc#846768) + ------------------------------------------------------------------- Tue Oct 15 14:15:31 CEST 2013 - locilka@suse.com diff --git a/startup/YaST2.call b/startup/YaST2.call index 969fa752c..423e49818 100755 --- a/startup/YaST2.call +++ b/startup/YaST2.call @@ -54,8 +54,6 @@ function wait_for_x11() { # server is running, detach oom-killer from it echo -n '-17' > /proc/$xserver_pid/oom_adj server_running=1 - # tweak server (see bnc #346186) - xset r on break fi done