From a96f75f35c5a87061c86c312feb1fc37d661adfe Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 1 Feb 2019 00:48:58 -0300 Subject: upgpkg: nonsystemd/util-linux 2.33.1-2.nonsystemd1 Signed-off-by: David P --- ...1-agetty-fix-output-of-escaped-characters.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 nonsystemd/util-linux/0001-agetty-fix-output-of-escaped-characters.patch (limited to 'nonsystemd/util-linux/0001-agetty-fix-output-of-escaped-characters.patch') diff --git a/nonsystemd/util-linux/0001-agetty-fix-output-of-escaped-characters.patch b/nonsystemd/util-linux/0001-agetty-fix-output-of-escaped-characters.patch deleted file mode 100644 index bba49f58e..000000000 --- a/nonsystemd/util-linux/0001-agetty-fix-output-of-escaped-characters.patch +++ /dev/null @@ -1,23 +0,0 @@ -From ecf19dcb2d623f9c5847b6d3b3a4b85751323aee Mon Sep 17 00:00:00 2001 -From: Christian Hesse -Date: Wed, 7 Nov 2018 13:54:32 +0100 -Subject: [PATCH 1/1] agetty: fix output of escaped characters - -Signed-off-by: Christian Hesse ---- - term-utils/agetty.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/term-utils/agetty.c b/term-utils/agetty.c -index 05a269abb..b9f08728e 100644 ---- a/term-utils/agetty.c -+++ b/term-utils/agetty.c -@@ -2755,7 +2755,7 @@ static void output_special_char(struct issue *ie, - break; - } - default: -- putchar(c); -+ putc(c, ie->output); - break; - } - } -- cgit v1.2.3