diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-11-14 12:59:51 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-11-14 12:59:51 +0000 |
| commit | 022e618eb582948332af091afb4cb1b1a637c023 (patch) | |
| tree | ec214a2acaf698226ffcb46054d9a21278b132e5 /etc | |
| parent | 5548a03a21dca29e65328811e3e3b571264a942c (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/etc.alpha/ttys | 2 | ||||
| -rw-r--r-- | etc/etc.i386/ttys | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index 4ec376e007b1..1a27dfe99be8 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -48,6 +48,8 @@ ttyd0 "/usr/libexec/getty std.9600" vt100 on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure ttyd3 "/usr/libexec/getty std.9600" dialup off secure +# Dumb console +dcons "/usr/libexec/getty std.9600" vt100 off secure # Pseudo terminals ttyp0 none network ttyp1 none network diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index c38b0f0dc4b7..0f692ea5b3e5 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -46,6 +46,8 @@ 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 ttyd3 "/usr/libexec/getty std.9600" dialup off secure +# Dumb console +dcons "/usr/libexec/getty std.9600" vt100 off secure # Pseudo terminals ttyp0 none network ttyp1 none network |
