summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-agetty-prompt.patch
blob: 4bb1a89544483b93931d7c6fdd7cd01fc0a304b1 (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
@@ -139,7 +139,7 @@
 #endif
 
 /* Login prompt. */
-#define LOGIN		"login: "
+#define LOGIN		"Login: "
 #define LOGIN_ARGV_MAX	16		/* Numbers of args for login */
 
 /*