From 376384a4a85d9d72db77793da63949e9bbf030bf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 21:13:04 +0200 Subject: Updating agetty login prompt. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-agetty-prompt.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/progress-linux/0001-agetty-prompt.patch (limited to 'debian/patches/progress-linux') 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..2070849 --- /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 +@@ -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 -- cgit v1.2.3