diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 17:10:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 17:10:29 +0000 |
commit | b0a56f00013b9082b45a82c7893684ebab9651e4 (patch) | |
tree | 500f3d1b01e585cd78444bf468514188d9c41f86 | |
parent | ed7e66bea61675484a76c616c3267994979eb9fa (diff) |
Make console type "sun" so the default will "just work" for most people.
-rw-r--r-- | etc/etc.alpha/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index e3a69e4e20c..c03d51ee429 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.5 1997/10/11 21:22:03 deraadt Exp $ +# $OpenBSD: ttys,v 1.6 1997/11/30 17:10:28 millert Exp $ # # name getty type status comments @@ -7,7 +7,7 @@ # enabled for the correct 'real' device (e.g. one of the serial ports). # console pseudo-device -console "/usr/libexec/getty std.9600" unknown on secure +console "/usr/libexec/getty std.9600" sun on secure # Workstation console (framebuffer) ttys ttyE0 "/usr/libexec/getty std.9600" sun off secure |