summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-20 11:33:22 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-25 04:51:01 -1000
commit50a51e710431c77097285419b08cf3c45c439c5d (patch)
treeff7d2ffd2dff5c1b98cfd230ecae22876a911216
parent7d7dc5e2b4e864ca293957955120ee1f0e5384dd (diff)
downloadpoky-50a51e710431c77097285419b08cf3c45c439c5d.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: 2d789678cf430683fc24995514414ddfe32c22b5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 945f1106de1fc1b08921e05aa0f871092c2c116d) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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