aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mfid
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-04-26 20:49:21 +0000
committerMark Felder <feld@FreeBSD.org>2016-04-26 20:49:21 +0000
commitad2a0d756aca036a9d638bdf5a5bb1e77a2cac6f (patch)
tree63cb28cdd0476982f4a69f4fac514572aee0f983 /sysutils/mfid
parent5c3c35c1178775599819f8f4c956391ef11baea4 (diff)
downloadports-ad2a0d756aca036a9d638bdf5a5bb1e77a2cac6f.tar.gz
ports-ad2a0d756aca036a9d638bdf5a5bb1e77a2cac6f.zip
sysutils/mfid: Update to 0.02
The original implementation of mfid from Yahoo! disabled the RAID controller's Patrol Reads. The user is given no warning that this is happening. This update to mfid removes this functionality and comes with a large pkg-message warning to inform the user about the previous behavior as well as steps to re-enable Patrol Reads for their RAID card. Thank you to Terrence Koeman for noticing this behavior, and jhb for confirming the history of this code. While here, change the MASTER_SITE to my LOCAL distfiles location. MFH: 2016Q2
Notes
Notes: svn path=/head/; revision=414074
Diffstat (limited to 'sysutils/mfid')
-rw-r--r--sysutils/mfid/Makefile4
-rw-r--r--sysutils/mfid/distinfo4
-rw-r--r--sysutils/mfid/pkg-message33
3 files changed, 37 insertions, 4 deletions
diff --git a/sysutils/mfid/Makefile b/sysutils/mfid/Makefile
index b180b498f189..0eebf7dd019f 100644
--- a/sysutils/mfid/Makefile
+++ b/sysutils/mfid/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= mfid
-PORTVERSION= 0.01
+PORTVERSION= 0.02
CATEGORIES= sysutils
-MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
+MASTER_SITES= LOCAL/feld
MAINTAINER= feld@FreeBSD.org
COMMENT= Monitoring daemon for mfi RAID controllers
diff --git a/sysutils/mfid/distinfo b/sysutils/mfid/distinfo
index 1016ba4e69ec..a494f4d007bb 100644
--- a/sysutils/mfid/distinfo
+++ b/sysutils/mfid/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mfid-0.01.tar.gz) = 5f6814849555343620fd14fb3ce97448146e1b3f262b75c9696aa9de41772863
-SIZE (mfid-0.01.tar.gz) = 6535
+SHA256 (mfid-0.02.tar.gz) = 10c6bb1e46596fe1f30ddabb295ef2d5be1b38e9be1255f067a17189e3cc4a78
+SIZE (mfid-0.02.tar.gz) = 6342
diff --git a/sysutils/mfid/pkg-message b/sysutils/mfid/pkg-message
new file mode 100644
index 000000000000..242300193728
--- /dev/null
+++ b/sysutils/mfid/pkg-message
@@ -0,0 +1,33 @@
+! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
+! !
+! Please note that a previous version of mfid disabled the RAID !
+! controller's Patrol Reads. The original mfid implementation was !
+! used in a high performance environment without the need for the !
+! data safety and integrity features that Patrol Reads provide. !
+! !
+! If you value data safety and integrity over performance, you !
+! you should re-enable Patrol Reads. !
+! !
+! Check if patrol is disabled: !
+! !
+! # /usr/sbin/mfiutil -u 0 show patrol !
+! Operation Mode: disabled !
+! Runs Completed: 0 !
+! Current State: stopped !
+! !
+! !
+! Turn patrol back on: !
+! !
+! # /usr/sbin/mfiutil -u 0 patrol auto !
+! !
+! !
+! Confirm patrol status: !
+! !
+! # /usr/sbin/mfiutil -u 0 show patrol !
+! Operation Mode: auto !
+! Next Run Starts: Sat Apr 30 02:58:41 2016 !
+! Runs Start Every 604800 seconds !
+! Runs Completed: 0 !
+! Current State: stopped !
+! !
+! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !