summaryrefslogtreecommitdiffstats
path: root/login-utils/agetty.8
diff options
context:
space:
mode:
authorHamish Coleman2008-03-03 17:52:59 +0100
committerKarel Zak2008-03-06 12:47:48 +0100
commitff3d19bd8ffd1b1ec8027507a3889af33c2e695e (patch)
tree8af057a78c10af9d747a3797d8d7b64f7dedbc8a /login-utils/agetty.8
parentfdformat: install to /usr/sbin instead to /usr/bin (diff)
downloadkernel-qcow2-util-linux-ff3d19bd8ffd1b1ec8027507a3889af33c2e695e.tar.gz
kernel-qcow2-util-linux-ff3d19bd8ffd1b1ec8027507a3889af33c2e695e.tar.xz
kernel-qcow2-util-linux-ff3d19bd8ffd1b1ec8027507a3889af33c2e695e.zip
agetty: make username-in-uppercase feature optional (off by default.)
The following patch makes the username-in-upper-case feature optional. I have chosen to make it default to off since this feature was designed to cater for serial terminals that were last sold almost 30 years ago, thus the likelyhood that anyone will need this feature turned on is vanishingly small. Addresses-Debian-Bug: 156242 Signed-off-by: Hamish Coleman <hamish@zot.org> Signed-off-by: LaMont Jones <lamont@debian.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/agetty.8')
-rw-r--r--login-utils/agetty.88
1 files changed, 7 insertions, 1 deletions
diff --git a/login-utils/agetty.8 b/login-utils/agetty.8
index 5bde294b9..876137475 100644
--- a/login-utils/agetty.8
+++ b/login-utils/agetty.8
@@ -3,7 +3,7 @@
agetty \- alternative Linux getty
.SH SYNOPSIS
-.BR "agetty " [\-8ihLmnw]
+.BR "agetty " [\-8ihLmnUw]
.RI "[-f " issue_file ]
.RI "[-l " login_program ]
.RI "[-I " init ]
@@ -163,6 +163,12 @@ Force the line to be a local line with no need for carrier detect. This can
be useful when you have a locally attached terminal where the serial line
does not set the carrier detect signal.
.TP
+\-U
+Turn on support for detecting an uppercase only terminal. This setting will
+detect a login name containing only capitals as indicating an uppercase
+only terminal and turn on some upper to lower case conversions. Note that
+this has no support for any unicode characters.
+.TP
\-w
Wait for the user or the modem to send a carriage-return or a
linefeed character before sending the \fI/etc/issue\fP (or other) file