diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-01-09 17:39:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-01-09 17:39:43 +0000 |
commit | 8abd24ecfe3247f25b4610cc877dd09bd6fab717 (patch) | |
tree | 28273c69ffc845e0dc12c3d2d12214784540227f /etc/etc.amd64 | |
parent | 646c56c7f9c7a7616ef077259178f4f0bb82e0a8 (diff) |
Try to make /etc/ttys more consistent accross platforms, which will also
make the installation media's life easier:
- stop using ``Pc'' as a getty terminal type, use std.9600 instead.
- on platforms with multiple virtual consoles (alpha, amd64, i386,
zaurus), console is disabled, various ttyC* are enabled.
- on other platforms, console is enabled, all other devices are
disabled. This only changes armish, mac68k, sgi.
- default terminal for console is unknown on serial-only machines, vt220
on glass-capable machines (questionable, but done for consistency).
- minor whitespace changes.
- glass console forgotten on a couple platforms (luna88k, sparc64, vax).
eyeballed by deraadt@, ok krw@
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/ttys | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/etc.amd64/ttys b/etc/etc.amd64/ttys index b86882bc598..b1ff07a9050 100644 --- a/etc/etc.amd64/ttys +++ b/etc/etc.amd64/ttys @@ -1,21 +1,21 @@ # -# $OpenBSD: ttys,v 1.1 2004/01/28 02:11:53 mickey Exp $ +# $OpenBSD: ttys,v 1.2 2008/01/09 17:39:42 miod Exp $ # # name getty type status comments # -console "/usr/libexec/getty Pc" vt220 off secure -ttyC0 "/usr/libexec/getty Pc" vt220 on secure -ttyC1 "/usr/libexec/getty Pc" vt220 on secure -ttyC2 "/usr/libexec/getty Pc" vt220 on secure -ttyC3 "/usr/libexec/getty Pc" vt220 on secure -ttyC4 "/usr/libexec/getty Pc" vt220 off secure -ttyC5 "/usr/libexec/getty Pc" vt220 on secure -ttyC6 "/usr/libexec/getty Pc" vt220 off secure -ttyC7 "/usr/libexec/getty Pc" vt220 off secure -ttyC8 "/usr/libexec/getty Pc" vt220 off secure -ttyC9 "/usr/libexec/getty Pc" vt220 off secure -ttyCa "/usr/libexec/getty Pc" vt220 off secure -ttyCb "/usr/libexec/getty Pc" vt220 off secure +console "/usr/libexec/getty std.9600" vt220 off secure +ttyC0 "/usr/libexec/getty std.9600" vt220 on secure +ttyC1 "/usr/libexec/getty std.9600" vt220 on secure +ttyC2 "/usr/libexec/getty std.9600" vt220 on secure +ttyC3 "/usr/libexec/getty std.9600" vt220 on secure +ttyC4 "/usr/libexec/getty std.9600" vt220 off secure +ttyC5 "/usr/libexec/getty std.9600" vt220 on secure +ttyC6 "/usr/libexec/getty std.9600" vt220 off secure +ttyC7 "/usr/libexec/getty std.9600" vt220 off secure +ttyC8 "/usr/libexec/getty std.9600" vt220 off secure +ttyC9 "/usr/libexec/getty std.9600" vt220 off secure +ttyCa "/usr/libexec/getty std.9600" vt220 off secure +ttyCb "/usr/libexec/getty std.9600" vt220 off secure tty00 "/usr/libexec/getty std.9600" unknown off tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off |