aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mirmon/files/pkg-message.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 06:29:42 +0800
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 06:29:42 +0800
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /misc/mirmon/files/pkg-message.in
parentca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff)
downloadfreebsd-ports-gnome-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz
freebsd-ports-gnome-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.zst
freebsd-ports-gnome-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip
onvert to UCL & cleanup pkg-message (categories l-m)
Diffstat (limited to 'misc/mirmon/files/pkg-message.in')
-rw-r--r--misc/mirmon/files/pkg-message.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/mirmon/files/pkg-message.in b/misc/mirmon/files/pkg-message.in
index a40643d3b510..a6f0236fd935 100644
--- a/misc/mirmon/files/pkg-message.in
+++ b/misc/mirmon/files/pkg-message.in
@@ -1,5 +1,6 @@
----------------------------------------------------------------------------
-
+[
+{ type: install
+ message: <<EOM
The program is intended to be run by cron every hour.
42 * * * * perl %%PREFIX%%/bin/mirmon -q -get update
@@ -22,5 +23,6 @@
The probe should return something that looks like "1043625600\n",
that is, a timestamp followed by a newline. The exit status of
the probe is ignored.
-
----------------------------------------------------------------------------
+EOM
+}
+]