~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to login-utils/README.getty

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
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)