aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/librenms
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/librenms
parent08ca3957d92cb1992edd58fffd74389ba73b8f14 (diff)
downloadports-2614c95748849af51db4a047984962d7f2a37685.tar.gz
ports-2614c95748849af51db4a047984962d7f2a37685.zip
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
Notes
Notes: svn path=/head/; revision=508903
Diffstat (limited to 'net-mgmt/librenms')
-rw-r--r--net-mgmt/librenms/files/pkg-message.in27
1 files changed, 16 insertions, 11 deletions
diff --git a/net-mgmt/librenms/files/pkg-message.in b/net-mgmt/librenms/files/pkg-message.in
index 55e7637406f2..985ad347a8be 100644
--- a/net-mgmt/librenms/files/pkg-message.in
+++ b/net-mgmt/librenms/files/pkg-message.in
@@ -1,14 +1,6 @@
-=== UPGRADE details ===
-
-Depending on the version, you may have to run the upgrade script.
-
-cd %%WWWDIR%%
-./build-base.php
-
-re: https://docs.librenms.org/#General/Updating/
-
-=== Configuration details ===
-
+[
+{ type: install
+ message: <<EOM
NOTE: setting sql-mode="" is no longer required. You can remove
it from /usr/local/etc/mysql/my.cnf
@@ -56,3 +48,16 @@ Application key [base64:P62La9V........qw=] set successfully.
After that, follow the LibreNMS documentation for configuration.
+EOM
+}
+{ type: upgrade
+ message: <<EOM
+Depending on the version, you may have to run the upgrade script.
+
+cd %%WWWDIR%%
+./build-base.php
+
+re: https://docs.librenms.org/#General/Updating/
+EOM
+}
+]