Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb  1 22:26:19 UTC 2024

Modified Files:
        src/etc/etc.vax: ttys

Log Message:
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.11 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.11
--- src/etc/etc.vax/ttys:1.10	Wed Sep 25 23:09:24 2019
+++ src/etc/etc.vax/ttys	Thu Feb  1 22:26:19 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.10 2019/09/25 23:09:24 abs Exp $
+#	$NetBSD: ttys,v 1.11 2024/02/01 22:26:19 tsutsui 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