diff options
author | 1997-02-26 21:08:36 +0000 | |
---|---|---|
committer | 1997-02-26 21:08:36 +0000 | |
commit | 9fc0cdd76a4ae8cfd2d64ea33f7c5bd6e614d6cd (patch) | |
tree | dedc702258f2b9f2a35dfcaa881556ec5e51cf37 | |
parent | count input/output packets for esp (diff) | |
download | wireguard-openbsd-9fc0cdd76a4ae8cfd2d64ea33f7c5bd6e614d6cd.tar.xz wireguard-openbsd-9fc0cdd76a4ae8cfd2d64ea33f7c5bd6e614d6cd.zip |
Added commentary on how to enable mac68k serial console and a sample
console line (commented). Also, OpenBSD tag.
-rw-r--r-- | etc/etc.mac68k/ttys | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/etc.mac68k/ttys b/etc/etc.mac68k/ttys index 992f0be555a..238e5cc1d48 100644 --- a/etc/etc.mac68k/ttys +++ b/etc/etc.mac68k/ttys @@ -1,4 +1,5 @@ # +# $OpenBSD: ttys,v 1.3 1997/02/26 21:08:36 gene Exp $ # $NetBSD: ttys,v 1.11 1995/10/09 02:19:39 thorpej Exp $ # from: @(#)ttys 5.1 (Berkeley) 4/17/89 # @@ -7,8 +8,12 @@ # If the console is marked insecure, single-user requires # the root password. console "/usr/libexec/getty Pc" vt220 off secure +#console "/usr/libexec/getty std.9600" vt220 on secure # Define the console that we actually run getty on. +# To enable the serial console, mark ttye0 'off' and turn on the +# console entry configuring it as though it were one of the serial +# ports (e.g., setting the entry to 'std.9600'). ttye0 "/usr/libexec/getty Pc" vt220 on secure # Hardwired lines are marked off, by default, so getty(8) |