1
0
Fork 0

Updating agetty login prompt.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 09:00:19 +02:00
parent 0a39d1b917
commit add9e8a1ed
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting agetty login prompt to 'Login: '.
diff -Naurp util-linux.orig/term-utils/agetty.c util-linux/term-utils/agetty.c
--- util-linux.orig/term-utils/agetty.c
+++ util-linux/term-utils/agetty.c
@@ -129,7 +129,7 @@
#endif
/* Login prompt. */
-#define LOGIN_PROMPT "login: "
+#define LOGIN_PROMPT "Login: "
/* Numbers of args for login(1) */
#define LOGIN_ARGV_MAX 16

View file

@ -27,3 +27,4 @@ upstream-stable/more-fix-broken-command-command-key.patch
upstream-stable/cfdisk-fix-memory-leak-and-possible-NULL-dereference-gcc-.patch
upstream-stable/treewide-fix-optional-arguments-usage.patch
upstream-stable/findmnt-fix-k-option-parsing-regression.patch
progress-linux/0001-agetty-prompt.patch