diff options
author | 2013-05-23 21:33:39 +0000 | |
---|---|---|
committer | 2013-05-23 21:33:39 +0000 | |
commit | cb4b3a96fba60423d335aa7a35c73de5254ddf0e (patch) | |
tree | f69c456edd0be3dcdcb1641d232776e76f3f39b3 | |
parent | Some more text noone but jmc@ will ever read (diff) | |
download | wireguard-openbsd-cb4b3a96fba60423d335aa7a35c73de5254ddf0e.tar.xz wireguard-openbsd-cb4b3a96fba60423d335aa7a35c73de5254ddf0e.zip |
Change console speed to 115200.
ok jasper@
-rw-r--r-- | etc/etc.octeon/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.octeon/ttys b/etc/etc.octeon/ttys index a0e9f706f08..14465fba137 100644 --- a/etc/etc.octeon/ttys +++ b/etc/etc.octeon/ttys @@ -1,9 +1,9 @@ # -# $OpenBSD: ttys,v 1.1 2013/03/26 17:58:11 jasper Exp $ +# $OpenBSD: ttys,v 1.2 2013/05/23 21:33:39 bcallah Exp $ # # name getty type status comments # -console "/usr/libexec/getty std.9600" vt220 on secure +console "/usr/libexec/getty std.115200" vt220 on secure # wsdisplay(4) glass console ttyC0 "/usr/libexec/getty std.9600" vt220 off secure # com(4) serial ports |