aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcelog
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/mcelog
parentd2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff)
downloadports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz
ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip
Notes
Diffstat (limited to 'sysutils/mcelog')
-rw-r--r--sysutils/mcelog/pkg-message9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/mcelog/pkg-message b/sysutils/mcelog/pkg-message
index 35c5d5d52aa1..7ace6791d7d9 100644
--- a/sysutils/mcelog/pkg-message
+++ b/sysutils/mcelog/pkg-message
@@ -1,4 +1,6 @@
-======================================================
+[
+{ type: install
+ message: <<EOM
You can decode MCE output from the FreeBSD kernel by
using the following command:
@@ -8,5 +10,6 @@ Or if you wish to paste the MCE via stdin:
mcelog --no-dmi --ascii
{...paste MCE and send EOF/press Ctrl-D...}
-
-======================================================
+EOM
+}
+]