diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch | 2 |
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 | ||
10 | Upstream-Status: Accepted [https://github.com/shadow-maint/shadow/commit/670cae834827a8f794e6f7464fa57790d911b63c] | 10 | Upstream-Status: Backport [https://github.com/shadow-maint/shadow/commit/670cae834827a8f794e6f7464fa57790d911b63c] |
11 | 11 | ||
12 | diff --git a/src/login.c b/src/login.c | 12 | diff --git a/src/login.c b/src/login.c |
13 | index 116e2cb3..c55f4de0 100644 | 13 | index 116e2cb3..c55f4de0 100644 |