Updating agetty login prompt.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
0a39d1b917
commit
add9e8a1ed
2 changed files with 16 additions and 0 deletions
15
debian/patches/progress-linux/0001-agetty-prompt.patch
vendored
Normal file
15
debian/patches/progress-linux/0001-agetty-prompt.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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/cfdisk-fix-memory-leak-and-possible-NULL-dereference-gcc-.patch
|
||||||
upstream-stable/treewide-fix-optional-arguments-usage.patch
|
upstream-stable/treewide-fix-optional-arguments-usage.patch
|
||||||
upstream-stable/findmnt-fix-k-option-parsing-regression.patch
|
upstream-stable/findmnt-fix-k-option-parsing-regression.patch
|
||||||
|
progress-linux/0001-agetty-prompt.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue