summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-20 11:33:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-20 23:51:11 +0100
commit18b2ad82f16f266a75fe4fa8d343f16c9db33d40 (patch)
tree5b37f1d1c98ad1d90448456bde2efd3139db968e /meta/recipes-extended/shadow
parent6ad45f110e2249c7e3c372462aff101e43c9c0a3 (diff)
downloadpoky-18b2ad82f16f266a75fe4fa8d343f16c9db33d40.tar.gz
shadow: fix patch Upstream-Status
Replace "Accepted" by "Backport" as specified on https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes (From OE-Core rev: 945f1106de1fc1b08921e05aa0f871092c2c116d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow')
-rw-r--r--meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch b/meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch
index 37ba5f3dc2..89f9c05c8d 100644
--- a/meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch
+++ b/meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch
@@ -7,7 +7,7 @@ Date: Tue Dec 27 17:40:17 2022 +0530
7 Login timed out message prints only first few bytes when write is immediately followed by exit. 7 Login timed out message prints only first few bytes when write is immediately followed by exit.
8 Calling exit from new handler provides enough time to display full message. 8 Calling exit from new handler provides enough time to display full message.
9 9
10Upstream-Status: Accepted [https://github.com/shadow-maint/shadow/commit/670cae834827a8f794e6f7464fa57790d911b63c] 10Upstream-Status: Backport [https://github.com/shadow-maint/shadow/commit/670cae834827a8f794e6f7464fa57790d911b63c]
11 11
12diff --git a/src/login.c b/src/login.c 12diff --git a/src/login.c b/src/login.c
13index 116e2cb3..c55f4de0 100644 13index 116e2cb3..c55f4de0 100644