From 3bdb207355c6ef58cbe94da21b10f6d2bfbc8ad90b13d05544d4a2f166bb9249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Jan 2014 10:23:56 +0000 Subject: [PATCH] Accepting request 214769 from Base:System - Change patch agetty-fooled-on-serial-line-due-plymouth.patch to sleep instead of sending breaks to terminal (bnc#774126). OBS-URL: https://build.opensuse.org/request/show/214769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=176 --- agetty-fooled-on-serial-line-due-plymouth.patch | 2 +- util-linux.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/agetty-fooled-on-serial-line-due-plymouth.patch b/agetty-fooled-on-serial-line-due-plymouth.patch index 8efb5e8..dffe781 100644 --- a/agetty-fooled-on-serial-line-due-plymouth.patch +++ b/agetty-fooled-on-serial-line-due-plymouth.patch @@ -60,7 +60,7 @@ console as the flags are locked. + if (!lock.c_iflag && !lock.c_oflag && !lock.c_cflag && !lock.c_lflag) + break; + debug("termios locked\n"); -+ tcsendbreak(STDIN_FILENO, 0); /* 0.25 upto 0.5 seconds */ ++ sleep(1); + } if (op->flags & F_VCONSOLE) { diff --git a/util-linux.changes b/util-linux.changes index d1f4778..72afef4 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 12:40:06 UTC 2014 - werner@suse.de + +- Change patch agetty-fooled-on-serial-line-due-plymouth.patch + to sleep instead of sending breaks to terminal (bnc#774126). + ------------------------------------------------------------------- Mon Jan 13 10:45:54 CET 2014 - fcrozat@suse.com