On Fri, 27 Dec 2013 10:41:30 -0700 (MST), Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2013/12/27 10:41:30 > > Modified files: > etc/mtree : 4.4BSD.dist 4.4BSD.root > > Log message: > /stand has not been used in decades > ok miod > >
That needs a small adaption in sysutils/memtest86+. I think just putting the bootable files in / is ok. Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/memtest86+/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 11 Mar 2013 11:41:31 -0000 1.9 +++ Makefile 27 Dec 2013 18:09:19 -0000 @@ -7,7 +7,7 @@ COMMENT= thorough, stand alone memory t VERSION= 4.20 DISTNAME= memtest86+-${VERSION} CATEGORIES= sysutils -REVISION= 1 +REVISION= 2 HOMEPAGE= http://www.memtest.org/ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/sysutils/memtest86+/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 7 Nov 2010 18:29:54 -0000 1.2 +++ pkg/PLIST 27 Dec 2013 18:09:19 -0000 @@ -4,9 +4,9 @@ share/doc/pkg-readmes/${FULLPKGNAME} share/memtest86+/ share/memtest86+/README share/memtest86+/memtest -@sample /stand/memtest +@sample /memtest share/memtest86+/memtest-serial -@sample /stand/memtest-serial +@sample /memtest-serial share/memtest86+/memtest-serial.floppy share/memtest86+/memtest-serial.iso share/memtest86+/memtest.floppy Index: pkg/README =================================================================== RCS file: /cvs/ports/sysutils/memtest86+/pkg/README,v retrieving revision 1.2 diff -u -p -r1.2 README --- pkg/README 2 Jun 2011 13:41:41 -0000 1.2 +++ pkg/README 27 Dec 2013 18:09:19 -0000 @@ -7,7 +7,7 @@ $RuOBSD: README.OpenBSD,v 1.2 2009/02/07 Using Memtest86+ in OpenBSD environment -o Reboot the machine and boot Memtest86+ using `boot /stand/memtest' command +o Reboot the machine and boot Memtest86+ using `boot memtest' command at the `boot>' prompt. You can also boot Memtest86+ from network using pxeboot(8).