diff --git a/debian/patches/progress-linux/0001-agetty-prompt.patch b/debian/patches/progress-linux/0001-agetty-prompt.patch new file mode 100644 index 0000000..caa601c --- /dev/null +++ b/debian/patches/progress-linux/0001-agetty-prompt.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +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 diff --git a/debian/patches/series b/debian/patches/series index e958a95..4fae52c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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