Upload Tizen:Base source
[framework/base/util-linux-ng.git] / login-utils / README.getty
1 @(#) README 1.8 9/1/91 23:32:37
2
3 This is a SYSV/SunOS4 getty program with useful features for hardwired
4 and dial-in tty lines.
5
6 - The program adapts the tty modes to parity bits and to erase, kill
7 end-of-line and upper-case characters when it reads a login name.
8
9 - The baud rate can be established by BREAK character processing and by
10 parsing the CONNECT status messages from Hayes-compatible modems.
11
12 Other features: RTS/CTS flow control (SunOS4, suggested by John Harkin,
13 <jh@moon.nbn.com>), alternate login program, does not use /etc/gettytab
14 or /etc/gettydefs.
15
16 The program works without modification under System V release 2 and
17 SunOS 4.1/4.1.1. It probably also works with later System V releases.
18
19 In the Makefile you will have to specify whether diagnostics should be
20 reported through the syslog daemon; the alternative is that all error
21 reports go directly to /dev/console.
22
23 The command-line interface was cleaned up a bit; it is slightly
24 incompatible with earlier agetty versions.
25
26                 Wietse Venema (wietse@wzv.win.tue.nl)