Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.next68k Revert the previous changes for PR/52377.



details:   https://anonhg.NetBSD.org/src/rev/eda78366007d
branches:  trunk
changeset: 825322:eda78366007d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jul 09 05:58:13 2017 +0000

description:
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

diffstat:

 etc/etc.next68k/MAKEDEV.conf |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r dbc57449419d -r eda78366007d etc/etc.next68k/MAKEDEV.conf
--- a/etc/etc.next68k/MAKEDEV.conf      Sun Jul 09 04:54:00 2017 +0000
+++ b/etc/etc.next68k/MAKEDEV.conf      Sun Jul 09 05:58:13 2017 +0000
@@ -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 @@
        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
        ;;



Home | Main Index | Thread Index | Old Index