Module Name:    src
Committed By:   riz
Date:           Sat Aug 18 22:11:45 UTC 2012

Modified Files:
        src/distrib/sparc/miniroot [netbsd-6]: Makefile.inc
        src/etc/etc.vax [netbsd-6]: MAKEDEV.conf

Log Message:
Pull up following revision(s) (requested by martin in ticket #512):
        distrib/sparc/miniroot/Makefile.inc: revision 1.19
        etc/etc.vax/MAKEDEV.conf: revision 1.17
Seems like all the trendy ramdisks are using "makedev ipty" rather than
"makedev pty0" now. Update vax to match so install media doesn't fail
with
.../MAKEDEV: pty0: creating BSD style tty nodes with ptyfs is a security issue
add ipty to the list of MAKEDEVTARGETS.  should fix PR#46812.
certainly makes the qemu/sparc install work for me with netbsd-6.
XXX: pullup.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.8.1 src/distrib/sparc/miniroot/Makefile.inc
cvs rdiff -u -r1.13.4.2 -r1.13.4.3 src/etc/etc.vax/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/distrib/sparc/miniroot/Makefile.inc
diff -u src/distrib/sparc/miniroot/Makefile.inc:1.18 src/distrib/sparc/miniroot/Makefile.inc:1.18.8.1
--- src/distrib/sparc/miniroot/Makefile.inc:1.18	Thu Feb 11 09:06:50 2010
+++ src/distrib/sparc/miniroot/Makefile.inc	Sat Aug 18 22:11:45 2012
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile.inc,v 1.18 2010/02/11 09:06:50 roy Exp $
+#	$NetBSD: Makefile.inc,v 1.18.8.1 2012/08/18 22:11:45 riz Exp $
 
 IMAGESIZE=	8192k
 DBG=		-Os
 MAKEFS_FLAGS=   -o density=4k
 IMAGEENDIAN=	be
-MAKEDEVTARGETS=	all
+MAKEDEVTARGETS=	all ipty
 LISTS+=		${DISTRIBDIR}/common/list.sysinst
 IMAGEDEPENDS+=	${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
 		${DESTDIR}/usr/mdec/boot \

Index: src/etc/etc.vax/MAKEDEV.conf
diff -u src/etc/etc.vax/MAKEDEV.conf:1.13.4.2 src/etc/etc.vax/MAKEDEV.conf:1.13.4.3
--- src/etc/etc.vax/MAKEDEV.conf:1.13.4.2	Thu Jul  5 18:22:49 2012
+++ src/etc/etc.vax/MAKEDEV.conf	Sat Aug 18 22:11:45 2012
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.13.4.2 2012/07/05 18:22:49 riz Exp $
+# $NetBSD: MAKEDEV.conf,v 1.13.4.3 2012/08/18 22:11:45 riz Exp $
 
 all_md)
 	makedev mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0
@@ -10,7 +10,7 @@ all_md)
 	;;
 
 ramdisk)
-	makedev std bpf md0 pty0 mt0 st0 rd0 rd1 dz0 dl0 dhu0
+	makedev std bpf md0 ipty mt0 st0 rd0 rd1 dz0 dl0 dhu0
 	makedev rx0 ra0 ra1 ra2 ra3 hp0 hp1
 	makedev sd0 sd1 sd2
 	makedev cd0 cd1 racd0 racd1

Reply via email to