diff options
-rw-r--r-- | distrib/powerpc/ramdisk/install.md | 6 | ||||
-rw-r--r-- | etc/etc.alpha/ttys | 8 | ||||
-rw-r--r-- | etc/etc.powerpc/ttys | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/distrib/powerpc/ramdisk/install.md b/distrib/powerpc/ramdisk/install.md index c54a8a69ca1..e383ccb54d3 100644 --- a/distrib/powerpc/ramdisk/install.md +++ b/distrib/powerpc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.17 2001/01/25 19:18:41 deraadt Exp $ +# $OpenBSD: install.md,v 1.18 2001/03/03 21:23:49 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -45,8 +45,8 @@ MDSETS="kernel" md_set_term() { test -n "$TERM" && return - echo -n "Specify terminal type [vt100]: " - getresp vt100 + echo -n "Specify terminal type [vt220]: " + getresp vt220 TERM=$resp export TERM } diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index fc3fa7af000..dfa826b99f3 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.9 2001/01/30 08:34:09 deraadt Exp $ +# $OpenBSD: ttys,v 1.10 2001/03/03 21:23:49 deraadt Exp $ # # name getty type status comments @@ -7,11 +7,11 @@ # enabled for the correct 'real' device (e.g. one of the serial ports). # console pseudo-device -console "/usr/libexec/getty std.9600" vt100 on secure +console "/usr/libexec/getty std.9600" vt220 on secure # Workstation console (framebuffer) ttys -ttyC0 "/usr/libexec/getty std.9600" vt100 off secure -ttyC1 "/usr/libexec/getty std.9600" vt100 off secure +ttyC0 "/usr/libexec/getty std.9600" vt220 off secure +ttyC1 "/usr/libexec/getty std.9600" vt220 off secure # DEC 3000 Z8530 ("scc") serial ports ttyB0 "/usr/libexec/getty std.9600" unknown off secure diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys index 637ba38a8ee..76681c55e9c 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.12 2001/01/30 23:33:08 deraadt Exp $ +# $OpenBSD: ttys,v 1.13 2001/03/03 21:23:50 deraadt Exp $ # # name getty type status comments # @@ -8,4 +8,4 @@ tty00 "/usr/libexec/getty std.9600" unknown on secure tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off tty03 "/usr/libexec/getty std.9600" unknown off -ttyC0 "/usr/libexec/getty std.9600" vt100 on secure +ttyC0 "/usr/libexec/getty std.9600" vt220 on secure |