From 2b0bbfdd9d97eb915fe105994d7b1b240776f270 Mon Sep 17 00:00:00 2001 From: matthieu <> Date: Wed, 24 Apr 2002 18:56:54 +0000 Subject: [PATCH] Run getty on /dev/ttyC0, not /dev/console. Ok deraadt@, millert@ --- src/etc/etc.alpha/ttys | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.alpha/ttys b/src/etc/etc.alpha/ttys index dfa826b9..8aa9fa0a 100644 --- a/src/etc/etc.alpha/ttys +++ b/src/etc/etc.alpha/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.10 2001/03/03 21:23:49 deraadt Exp $ +# $OpenBSD: ttys,v 1.11 2002/04/24 18:56:54 matthieu Exp $ # # name getty type status comments @@ -7,10 +7,10 @@ # enabled for the correct 'real' device (e.g. one of the serial ports). # console pseudo-device -console "/usr/libexec/getty std.9600" vt220 on secure +console "/usr/libexec/getty std.9600" vt220 off secure # Workstation console (framebuffer) ttys -ttyC0 "/usr/libexec/getty std.9600" vt220 off secure +ttyC0 "/usr/libexec/getty std.9600" vt220 on secure ttyC1 "/usr/libexec/getty std.9600" vt220 off secure # DEC 3000 Z8530 ("scc") serial ports