From ab65d9f44c0b9f801f26dc56cb6622601c856b72 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 14 Jan 2005 22:43:31 +0000 Subject: [PATCH] enable ttyC0 and ttyC1 by default; wow, how did you miss that dale! --- src/etc/etc.zaurus/ttys | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/etc/etc.zaurus/ttys b/src/etc/etc.zaurus/ttys index f347ae16..ecb6c8ed 100644 --- a/src/etc/etc.zaurus/ttys +++ b/src/etc/etc.zaurus/ttys @@ -1,13 +1,13 @@ # -# $OpenBSD: ttys,v 1.1 2004/12/31 00:06:15 drahn Exp $ +# $OpenBSD: ttys,v 1.2 2005/01/14 22:43:31 deraadt Exp $ # # name getty type status comments # console "/usr/libexec/getty Pc" vt220 off secure -ttyC0 "/usr/libexec/getty Pc" vt220 off secure -ttyC1 "/usr/libexec/getty Pc" vt220 off secure -tty00 "/usr/libexec/getty std.9600" unknown on secure -tty01 "/usr/libexec/getty std.9600" unknown on secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure +ttyC1 "/usr/libexec/getty Pc" vt220 on secure +tty00 "/usr/libexec/getty std.9600" unknown off secure +tty01 "/usr/libexec/getty std.9600" unknown off secure tty02 "/usr/libexec/getty std.9600" unknown off tty03 "/usr/libexec/getty std.9600" unknown off tty04 "/usr/libexec/getty std.9600" unknown off