-
-
Save wolfpython/1280221 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# from: @(#)ttys 5.1 (Berkeley) 4/17/89 | |
# $NetBSD: ttys,v 1.19 2008/10/07 10:00:01 abs Exp $ | |
# | |
# name getty type status comments | |
# | |
console "/usr/libexec/getty Pc" vt100 on secure | |
constty "/usr/libexec/getty Pc" vt100 off secure | |
#ttyE0 "/usr/libexec/getty Pc" vt220 off secure | |
#ttyE1 "/usr/libexec/getty Pc" vt220 on secure | |
#ttyE2 "/usr/libexec/getty Pc" vt220 on secure | |
#ttyE3 "/usr/libexec/getty Pc" vt220 on secure | |
#my addition | |
#ttyE0-E3 has been modify to use the xterm | |
#ttyE4-ttyE7 have been added | |
ttyE0 "/usr/libexec/getty Pc" xterm off secure | |
ttyE1 "/usr/libexec/getty Pc" xterm on secure | |
ttyE2 "/usr/libexec/getty Pc" xterm on secure | |
ttyE3 "/usr/libexec/getty Pc" xterm on secure | |
ttyE4 "/usr/libexec/getty Pc" xterm off secure | |
ttyE5 "/usr/libexec/getty Pc" xterm on secure | |
ttyE6 "/usr/libexec/getty Pc" xterm on secure | |
ttyE7 "/usr/libexec/getty Pc" xterm on secure | |
tty00 "/usr/libexec/getty std.9600" unknown off secure | |
tty01 "/usr/libexec/getty std.9600" unknown off secure | |
tty02 "/usr/libexec/getty std.9600" unknown off secure | |
tty03 "/usr/libexec/getty std.9600" unknown off secure | |
tty04 "/usr/libexec/getty std.9600" unknown off secure | |
tty05 "/usr/libexec/getty std.9600" unknown off secure | |
tty06 "/usr/libexec/getty std.9600" unknown off secure | |
tty07 "/usr/libexec/getty std.9600" unknown off secure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment