Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/etc/etc.mac68k Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/95b54144048a
branches:  netbsd-9
changeset: 983184:95b54144048a
user:      martin <martin%NetBSD.org@localhost>
date:      Sat May 08 10:27:47 2021 +0000

description:
Pull up following revision(s) (requested by rin in ticket #1269):

        etc/etc.mac68k/ttys: revision 1.21

Turn on constty instead of ttyE0 as done for majority of other ports
in order to make both framebuffer and serial consoles happy.

Also, change TERM from vt220 to vt100 for console and constty
in accordance with other ports.

diffstat:

 etc/etc.mac68k/ttys |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 9999850bfb58 -r 95b54144048a etc/etc.mac68k/ttys
--- a/etc/etc.mac68k/ttys       Wed May 05 17:03:08 2021 +0000
+++ b/etc/etc.mac68k/ttys       Sat May 08 10:27:47 2021 +0000
@@ -1,16 +1,16 @@
 #
-#      $NetBSD: ttys,v 1.20 2012/06/13 20:49:14 martin Exp $
+#      $NetBSD: ttys,v 1.20.36.1 2021/05/08 10:27:47 martin Exp $
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
 # name getty                           type    status          comments
 #
 # If the console is marked insecure, single-user requires
 # the root password.
-console        "/usr/libexec/getty Pc"         vt220   off secure
-constty        "/usr/libexec/getty Pc"         vt220   off secure
+console        "/usr/libexec/getty Pc"         vt100   off secure
+constty        "/usr/libexec/getty Pc"         vt100   on secure
 
 # Define the console that we actually run getty on.
-ttyE0  "/usr/libexec/getty Pc"         wsvt25  on secure
+ttyE0  "/usr/libexec/getty Pc"         wsvt25  off secure
 
 # Mac Build-in serial ports
 ttyZ0  "/usr/libexec/getty std.9600"   unknown off secure



Home | Main Index | Thread Index | Old Index