Hello community, here is the log from the commit of package util-linux for openSUSE:Factory checked in at 2014-01-27 11:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/util-linux (Old) and /work/SRC/openSUSE:Factory/.util-linux.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "util-linux" Changes: -------- --- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes 2014-01-23 15:57:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes 2014-01-27 11:23:57.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Jan 23 12:40:06 UTC 2014 - [email protected] + +- Change patch agetty-fooled-on-serial-line-due-plymouth.patch + to sleep instead of sending breaks to terminal (bnc#774126). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agetty-fooled-on-serial-line-due-plymouth.patch ++++++ --- /var/tmp/diff_new_pack.LmhFMt/_old 2014-01-27 11:23:58.000000000 +0100 +++ /var/tmp/diff_new_pack.LmhFMt/_new 2014-01-27 11:23:58.000000000 +0100 @@ -60,7 +60,7 @@ + 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) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
