diff options
author | Kyle Guinn <elyk03@gmail.com> | 2013-10-26 00:05:39 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:51 -0500 |
commit | 405d8583ba1af6f284aeaca3d329970a01b49595 (patch) | |
tree | 82ffefbab0dff7aaef14b2c6d486f2887898308e /system/memtest86 | |
parent | 674585615e16f98e2ce9166896c938912686a237 (diff) | |
download | slackbuilds-405d8583ba1af6f284aeaca3d329970a01b49595.tar.gz |
system/memtest86: Updated for version 4.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/memtest86')
-rw-r--r-- | system/memtest86/README.SLACKWARE | 8 | ||||
-rw-r--r-- | system/memtest86/memtest86.SlackBuild | 10 | ||||
-rw-r--r-- | system/memtest86/memtest86.info | 6 | ||||
-rw-r--r-- | system/memtest86/slack-desc | 10 |
4 files changed, 17 insertions, 17 deletions
diff --git a/system/memtest86/README.SLACKWARE b/system/memtest86/README.SLACKWARE index 87058092ff..3482c40992 100644 --- a/system/memtest86/README.SLACKWARE +++ b/system/memtest86/README.SLACKWARE @@ -1,12 +1,12 @@ README.SLACKWARE for memtest86 -The memtest86 package installs a bootable image to /boot/memtest.bin +The memtest86 package installs a bootable image to /boot/memtest86.bin which is similar to the kernel images in the same directory. LILO users: Append this to your /etc/lilo.conf: - image = /boot/memtest.bin + image = /boot/memtest86.bin label = memtest86 Then run /sbin/lilo to update the boot loader. @@ -16,7 +16,7 @@ Don't forget to re-run /sbin/lilo if you upgrade this package. GRUB users: Add something like this to your /boot/grub/menu.lst: title Memtest86 - kernel (hd0,0)/memtest.bin + kernel (hd0,0)/boot/memtest86.bin -See /usr/doc/memtest-$VERSION/README for more info. +See /usr/doc/memtest86-$VERSION/README for more info. diff --git a/system/memtest86/memtest86.SlackBuild b/system/memtest86/memtest86.SlackBuild index 212bba6a4d..881e53ff77 100644 --- a/system/memtest86/memtest86.SlackBuild +++ b/system/memtest86/memtest86.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for memtest86 -# Copyright 2012 Kyle Guinn <elyk03@gmail.com>, USA +# Copyright 2012-2013 Kyle Guinn <elyk03@gmail.com>, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=memtest86 -VERSION=${VERSION:-4.0a} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,13 +43,13 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -chmod -R u+w,go+r-w,a-st . +chmod -R u+w,go-w,a+rX-st . make -install -D -m644 memtest.bin $PKG/boot/memtest.bin +install -D -m 0644 memtest.bin $PKG/boot/memtest86.bin mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/memtest86/memtest86.info b/system/memtest86/memtest86.info index 5dbd24c13b..bab47af1a8 100644 --- a/system/memtest86/memtest86.info +++ b/system/memtest86/memtest86.info @@ -1,8 +1,8 @@ PRGNAM="memtest86" -VERSION="4.0a" +VERSION="4.1.0" HOMEPAGE="http://www.memtest86.com/" -DOWNLOAD="http://www.memtest86.com/memtest86-4.0a.tar.gz" -MD5SUM="f897e037cced14dbec520c7cefb06300" +DOWNLOAD="http://www.memtest86.com/downloads/memtest86-4.1.0-src.tar.gz" +MD5SUM="8d6f6590d1bbcfa333bef53f568a09d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/memtest86/slack-desc b/system/memtest86/slack-desc index dacbf182ed..14220ba846 100644 --- a/system/memtest86/slack-desc +++ b/system/memtest86/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| memtest86: Memtest86 (comprehensive, stand-alone memory diagnostic) |