diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-14 05:28:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-14 05:28:38 +0000 |
commit | 12fdcdef218f0a28f3d8abd4c1ebc0280f19df91 (patch) | |
tree | c55251742525a2b9b0d2d191126a64d7bc523169 /etc/etc.macppc/ttys | |
parent | fac6ab5e87dcb66bbe1f88e740395f663efd4842 (diff) |
change console (off) to 57600, so people know how to enable serial console
Diffstat (limited to 'etc/etc.macppc/ttys')
-rw-r--r-- | etc/etc.macppc/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.macppc/ttys b/etc/etc.macppc/ttys index 2574f720e5e..aee22fd27ca 100644 --- a/etc/etc.macppc/ttys +++ b/etc/etc.macppc/ttys @@ -1,9 +1,9 @@ # -# $OpenBSD: ttys,v 1.3 2002/06/09 06:15:14 todd Exp $ +# $OpenBSD: ttys,v 1.4 2002/09/14 05:28:37 deraadt Exp $ # # name getty type status comments # -console "/usr/libexec/getty std.9600" unknown off secure +console "/usr/libexec/getty std.57600" unknown off secure # for serial tty00 "/usr/libexec/getty std.9600" unknown off secure tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off |