From 50d0d44723b5f3f55555c79eaf7e4c11ae843c5d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:43:17 +0200 Subject: Updating agetty login prompt. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-agetty-prompt.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/progress-linux/0001-agetty-prompt.patch create mode 100644 debian/patches/series (limited to 'debian/patches') 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 +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 */ + + /* diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..d0b8ea8 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +progress-linux/0001-agetty-prompt.patch -- cgit v1.2.3