aboutsummaryrefslogtreecommitdiff
path: root/net/ntopng
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/ntopng
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/ntopng')
-rw-r--r--net/ntopng/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ntopng/pkg-message b/net/ntopng/pkg-message
index 7dcb0557a448..f3c46a612b40 100644
--- a/net/ntopng/pkg-message
+++ b/net/ntopng/pkg-message
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
-WARNING:
-
+[
+{ type: install
+ message: <<EOM
ntopng runs a web interface service by default, it is suggested to protect
such network accessible services with packet filters or TCP wrappers.
@@ -16,4 +16,6 @@ To pass a configuration file to ntopng, which overrides any command
line arguments, add something like the following to rc.conf:
ntopng_flags="/path/to/file.conf"
-----------------------------------------------------------------------------
+EOM
+}
+]