On Tue, Feb 4, 2014 at 11:06 AM, Stuart Henderson <[email protected]> wrote:
> On 2014/02/04 05:31, Ted Unangst wrote:
>> $ sudo pkg_add memtest86+
>> File /stand/memtest could not be installed:
>> No such file or directory
>> File /stand/memtest-serial could not be installed:
>> No such file or directory
>> memtest86+-4.20p1: ok
>> Look in /usr/local/share/doc/pkg-readmes for extra documentation.
>>
>
> It does need to be in the root partition, but nothing elses uses /stand,
> so let's just move it to /.
>
> OK?
looks fine.
ciao,
David
>
> 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 4 Feb 2014 10:05:22 -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: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/memtest86+/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo 10 Mar 2011 08:02:36 -0000 1.4
> +++ distinfo 4 Feb 2014 10:05:22 -0000
> @@ -1,5 +1,2 @@
> -MD5 (memtest86+-4.20.tar.gz) = 72LC9b5hZnbIxiBm3txGsw==
> -RMD160 (memtest86+-4.20.tar.gz) = q/dM/TTCILEEw/Nk14Kk/NK37Io=
> -SHA1 (memtest86+-4.20.tar.gz) = 30mj0LADxXXVom3tw9ZtvpBdsbY=
> SHA256 (memtest86+-4.20.tar.gz) =
> VjDOl40Oa2cYkd9CU/xcVGWXZNDN/HUVrA3z2N2ehzc=
> SIZE (memtest86+-4.20.tar.gz) = 206044
> 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 4 Feb 2014 10:05:22 -0000
> @@ -1,12 +1,11 @@
> @comment $OpenBSD: PLIST,v 1.2 2010/11/07 18:29:54 jasper Exp $
> -@comment $RuOBSD: PLIST,v 1.2 2009/02/07 10:28:03 form Exp $
> 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 4 Feb 2014 10:05:22 -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).
>
>