summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-agetty-prompt.patch
blob: 20708495b0e85055e8c4c6ea86c56f786deb0c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
@@ -147,7 +147,7 @@
 #endif
 
 /* Login prompt. */
-#define LOGIN_PROMPT		"login: "
+#define LOGIN_PROMPT		"Login: "
 
 /* Numbers of args for login(1) */
 #define LOGIN_ARGV_MAX	16