summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-agetty-prompt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/progress-linux/0001-agetty-prompt.patch')
-rw-r--r--debian/patches/progress-linux/0001-agetty-prompt.patch15
1 files changed, 15 insertions, 0 deletions
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..4bb1a89
--- /dev/null
+++ b/debian/patches/progress-linux/0001-agetty-prompt.patch
@@ -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
+@@ -139,7 +139,7 @@
+ #endif
+
+ /* Login prompt. */
+-#define LOGIN "login: "
++#define LOGIN "Login: "
+ #define LOGIN_ARGV_MAX 16 /* Numbers of args for login */
+
+ /*