forked from pool/util-linux
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
This commit is contained in:
parent
65c9b2b788
commit
3bdb207355
@ -60,7 +60,7 @@ console as the flags are locked.
|
|||||||
+ if (!lock.c_iflag && !lock.c_oflag && !lock.c_cflag && !lock.c_lflag)
|
+ if (!lock.c_iflag && !lock.c_oflag && !lock.c_cflag && !lock.c_lflag)
|
||||||
+ break;
|
+ break;
|
||||||
+ debug("termios locked\n");
|
+ debug("termios locked\n");
|
||||||
+ tcsendbreak(STDIN_FILENO, 0); /* 0.25 upto 0.5 seconds */
|
+ sleep(1);
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
if (op->flags & F_VCONSOLE) {
|
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
|
Mon Jan 13 10:45:54 CET 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user