Fixed newline bug in libcurses. File /etc/termcap replaced by small version. Five TERM types supported: ansi - simple generic display; xterm - common for most modern terminal emulators; linux - for Linux console; cons25 - for BSD console; vt100 - for DEC VT100 terminal emulators. Terminal type xterm set by default.
17 lines
722 B
Plaintext
17 lines
722 B
Plaintext
#
|
|
# name getty type status comments
|
|
#
|
|
console "/libexec/getty std.default" xterm on secure #special
|
|
|
|
# Enable some of these for additional logins. Do NOT enable the same one as the
|
|
# console port, or strange things will happen. You can turn off the console port
|
|
# if you would rather use the getty on the real tty - it's up to you.
|
|
|
|
tty0 "/libexec/getty std.default" xterm off secure
|
|
tty1 "/libexec/getty std.default" xterm off secure
|
|
tty2 "/libexec/getty std.default" xterm off secure
|
|
tty3 "/libexec/getty std.default" xterm off secure
|
|
tty4 "/libexec/getty std.default" xterm off secure
|
|
tty5 "/libexec/getty std.default" xterm off secure
|
|
ttyUSB0 "/libexec/getty std.default" xterm off secure
|