Module Name:    src
Committed By:   martin
Date:           Sat Feb  3 14:34:45 UTC 2024

Modified Files:
        src/etc/etc.vax [netbsd-10]: ttys

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #579):

        etc/etc.vax/ttys: revision 1.11

Use "wsvt25" rather than "sun" for (commented out) wscons tty lines.

Note historically vax port seems to use "ttyw?" rather than common "ttyE?"
for wscons (wsdisplay) tty devices in ttys(5).

No particular comment on port-vax@:
 https://mail-index.netbsd.org/port-vax/2024/01/thread1.html#004828


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.8.1 src/etc/etc.vax/ttys

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.vax/ttys
diff -u src/etc/etc.vax/ttys:1.10 src/etc/etc.vax/ttys:1.10.8.1
--- src/etc/etc.vax/ttys:1.10	Wed Sep 25 23:09:24 2019
+++ src/etc/etc.vax/ttys	Sat Feb  3 14:34:44 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.10 2019/09/25 23:09:24 abs Exp $
+#	$NetBSD: ttys,v 1.10.8.1 2024/02/03 14:34:44 martin Exp $
 #
 #	@(#)ttys	5.2 (Berkeley) 6/10/93
 #
@@ -10,14 +10,14 @@ console	"/usr/libexec/getty std.9600"	un
 constty	"/usr/libexec/getty std.9600"	unknown	on secure
 
 # Virtual terminals on VS3100 with "glass tty"
-#ttyw0	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw1	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw2	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw3	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw4	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw5	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw6	"/usr/libexec/getty std.9600"	sun on secure
-#ttyw7	"/usr/libexec/getty std.9600"	sun on secure
+#ttyw0	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw1	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw2	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw3	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw4	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw5	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw6	"/usr/libexec/getty std.9600"	wsvt25 on secure
+#ttyw7	"/usr/libexec/getty std.9600"	wsvt25 on secure
 
 # DZ-11 lines, not frobbed by getty (keyboard/mouse may be sad)
 #tty00	"/usr/libexec/getty std.9600"	unknown	off secure

Reply via email to