Module Name:    src
Committed By:   tsutsui
Date:           Sun Jul  9 05:58:13 UTC 2017

Modified Files:
        src/etc/etc.next68k: MAKEDEV.conf

Log Message:
Revert the previous changes for PR/52377.

- the names "ttya" and "ttyb" in zs(4) man page were leftover of the orignal
  sparc/sun3 ports which used the same name for their native SunOS users
- symlinks ttya -> tty00 -> ttyZ0 (by "lndev tty00 ttya") are awful anyway
  (symlinks tty0? -> ttyZ? are handled in MI MAKEDEV.tmpl)

See details on discussion on source-changes-d@:
 http://mail-index.netbsd.org/source-changes-d/2017/07/thread1.html#009301


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/etc.next68k/MAKEDEV.conf

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.next68k/MAKEDEV.conf
diff -u src/etc/etc.next68k/MAKEDEV.conf:1.4 src/etc/etc.next68k/MAKEDEV.conf:1.5
--- src/etc/etc.next68k/MAKEDEV.conf:1.4	Fri Jul  7 23:48:34 2017
+++ src/etc/etc.next68k/MAKEDEV.conf	Sun Jul  9 05:58:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.4 2017/07/07 23:48:34 christos Exp $
+# $NetBSD: MAKEDEV.conf,v 1.5 2017/07/09 05:58:13 tsutsui Exp $
 
 all_md)
 	makedev wscons sd0 sd1 sd2 sd3 tty0 tty1
@@ -7,14 +7,10 @@ all_md)
 	makedev bpf8 bpf9 bpf10 bpf11
 	makedev scsibus0 scsibus1 scsibus2 scsibus3
 	makedev ses0 ses1 ses2 ses3
-	lndev tty00 ttya
-	lndev tty01 ttyb
 	;;
 
 raminst)
 	makedev std
 	makedev sd0 sd1 sd2 sd3 st0 st1 cd0 cd1
 	makedev tty0 tty1 opty
-	lndev tty00 ttya
-	lndev tty01 ttyb
 	;;

Reply via email to