aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mfid
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
commitbc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch)
treed93b56c802078ea422367abc82bd53ab1780d10b /sysutils/mfid
parentd2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff)
downloadports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz
ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes: svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/mfid')
-rw-r--r--sysutils/mfid/pkg-message68
1 files changed, 35 insertions, 33 deletions
diff --git a/sysutils/mfid/pkg-message b/sysutils/mfid/pkg-message
index d7f2439e3f79..a65f64d0b117 100644
--- a/sysutils/mfid/pkg-message
+++ b/sysutils/mfid/pkg-message
@@ -1,33 +1,35 @@
-! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-! !
-! 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 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 !
-! !
-! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
+[
+{ type: install
+ message: <<EOM
+ 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 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
+EOM
+}
+]