diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-07 21:10:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-07 21:10:23 +0000 |
commit | 6132f545a66994e896da7919ab654a3a371d2fcd (patch) | |
tree | 2d519dd44f2d804c66ca87888be4e664b370a554 /etc/etc.mvme68k | |
parent | 4ac0e39196ccce940608ecaf8f0047d6ac6db0ec (diff) |
Make the console terminal type default to `vt220' rather than `unknown'. If
it is wrong you still have to change it, but it will be correct 99% of the time
and thus you can simply press enter when tset asks for the terminal type and
be done with it.
This is already the standard for most platforms, but a few had been left
in the dark.
pointed to by and ok deraadt@
Diffstat (limited to 'etc/etc.mvme68k')
-rw-r--r-- | etc/etc.mvme68k/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.mvme68k/ttys b/etc/etc.mvme68k/ttys index dbe7786d6c3..ea5d5f98971 100644 --- a/etc/etc.mvme68k/ttys +++ b/etc/etc.mvme68k/ttys @@ -1,11 +1,11 @@ # -# $OpenBSD: ttys,v 1.10 2009/03/01 22:08:12 miod Exp $ +# $OpenBSD: ttys,v 1.11 2010/03/07 21:10:22 miod Exp $ # # name getty type status comments # # If the console is marked insecure, single-user requires # the root password. -console "/usr/libexec/getty std.9600" unknown on secure +console "/usr/libexec/getty std.9600" vt220 on secure ttya "/usr/libexec/getty std.9600" unknown off secure # 147/162 console ttyb "/usr/libexec/getty std.9600" unknown off ttyc "/usr/libexec/getty std.9600" unknown off |