diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:32:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:32:20 +0000 |
commit | cc173ff929059414f05ab1f4c9c8a59413b0d4db (patch) | |
tree | 994911152643ed31e1baf46a3dca0af114fcb59c /debian/patches/progress-linux | |
parent | Removing setuid bit from /bin/su. (diff) | |
download | util-linux-cc173ff929059414f05ab1f4c9c8a59413b0d4db.tar.xz util-linux-cc173ff929059414f05ab1f4c9c8a59413b0d4db.zip |
Updating agetty login prompt.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0001-agetty-prompt.patch | 15 |
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 */ + + /* |