summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2010-03-05 15:54:34 +0000
committerotto <otto@openbsd.org>2010-03-05 15:54:34 +0000
commit9af8566110e8c1f3793004dbe894c43bdcf294b7 (patch)
tree7ccd63b4936b993594de73c83349a2377dbe2881
parentAllow to filter for ext-community attributes. Currently only perfect matches (diff)
downloadwireguard-openbsd-9af8566110e8c1f3793004dbe894c43bdcf294b7.tar.xz
wireguard-openbsd-9af8566110e8c1f3793004dbe894c43bdcf294b7.zip
default to 115200 baud for serial console and tty00, spotted by
kettenis@; ok kettenis@ miod@
-rw-r--r--etc/etc.loongson/ttys6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.loongson/ttys b/etc/etc.loongson/ttys
index b001cabee6f..23f9e6b4708 100644
--- a/etc/etc.loongson/ttys
+++ b/etc/etc.loongson/ttys
@@ -1,8 +1,8 @@
#
-# $OpenBSD: ttys,v 1.2 2010/02/17 18:08:46 miod Exp $
+# $OpenBSD: ttys,v 1.3 2010/03/05 15:54:34 otto Exp $
#
# name getty type status comments
#
-console "/usr/libexec/getty std.9600" vt220 on secure
+console "/usr/libexec/getty std.115200" vt220 on secure
ttyC0 "/usr/libexec/getty std.9600" vt220 off secure
-tty00 "/usr/libexec/getty std.9600" unknown off secure
+tty00 "/usr/libexec/getty std.115200" unknown off secure