.
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=205
This commit is contained in:
parent
cb34d8ce38
commit
f0828f25ab
@ -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) {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user