aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pandorafms_server
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
commit2614c95748849af51db4a047984962d7f2a37685 (patch)
treeaddeee8776a490f5b6df5a64905199a263728c1d /net-mgmt/pandorafms_server
parent08ca3957d92cb1992edd58fffd74389ba73b8f14 (diff)
downloadports-2614c95748849af51db4a047984962d7f2a37685.tar.gz
ports-2614c95748849af51db4a047984962d7f2a37685.zip
Notes
Diffstat (limited to 'net-mgmt/pandorafms_server')
-rw-r--r--net-mgmt/pandorafms_server/files/pkg-message.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/net-mgmt/pandorafms_server/files/pkg-message.in b/net-mgmt/pandorafms_server/files/pkg-message.in
index 875f31e3f5a6..f794d0f7c4d3 100644
--- a/net-mgmt/pandorafms_server/files/pkg-message.in
+++ b/net-mgmt/pandorafms_server/files/pkg-message.in
@@ -1,5 +1,6 @@
-**********************************************************************
-
+[
+{ type: install
+ message: <<EOM
Pandora FMS %%PANDORA_VERSION%% server has been installed.
If your perl installation doesn't support threads, rebuild your perl
@@ -27,11 +28,13 @@ Please put like a following line to your /etc/crontab:
If you have a "daily_clean_pandoradb_enable" entry in /etc/periodic.conf,
you can safely remove this line.
-
-**********************************************************************
-
+EOM
+}
+{ type: upgrade
+ message: <<EOM
For upgrade instructions, please read:
http://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Anexo_Upgrade
-
-**********************************************************************
+EOM
+}
+]