diff options
author | jake <jake@FreeBSD.org> | 2002-08-04 19:16:13 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-08-04 19:16:13 +0000 |
commit | 8325f04853737d99f20d0051467d0bdc0b45483e (patch) | |
tree | da389ee96d1a73f10f8c2af40a1569fcd38f282e /etc | |
parent | 3b16da9c19fa9de0a3de9c087ebccabeda6824f8 (diff) | |
download | FreeBSD-src-8325f04853737d99f20d0051467d0bdc0b45483e.zip FreeBSD-src-8325f04853737d99f20d0051467d0bdc0b45483e.tar.gz |
Add example entries for ttya and ttyb (sab).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc64/ttys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index 36e18a0..b0e53e0 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -46,6 +46,8 @@ ofwcons "/usr/libexec/getty std.9600" vt100 on secure #ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. +ttya "/usr/libexec/getty local.9600" dialup off secure +ttyb "/usr/libexec/getty local.9600" dialup off secure ttyd0 "/usr/libexec/getty std.9600" dialup off secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure |