From 8abd24ecfe3247f25b4610cc877dd09bd6fab717 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 9 Jan 2008 17:39:43 +0000 Subject: 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@ --- etc/etc.aviion/ttys | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'etc/etc.aviion') diff --git a/etc/etc.aviion/ttys b/etc/etc.aviion/ttys index 0361af42ed6..d98de75e9ff 100644 --- a/etc/etc.aviion/ttys +++ b/etc/etc.aviion/ttys @@ -1,11 +1,9 @@ # -# $OpenBSD: ttys,v 1.1 2006/05/09 21:17:13 miod Exp $ +# $OpenBSD: ttys,v 1.2 2008/01/09 17:39:42 miod Exp $ # # name getty type status comments # -# If the console is marked insecure, single-user requires -# the root password. -console "/usr/libexec/getty Pc" unknown on secure +console "/usr/libexec/getty std.9600" vt220 on secure # on-board serial ports (ttyb is the mouse port) -ttya "/usr/libexec/getty Pc" unknown off secure # console -ttyc "/usr/libexec/getty Pc" unknown off +ttya "/usr/libexec/getty std.9600" unknown off secure # console +ttyc "/usr/libexec/getty std.9600" unknown off -- cgit v1.2.3