aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca27/files
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/nsca27/files
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/nsca27/files')
-rw-r--r--net-mgmt/nsca27/files/pkg-message.client.in10
-rw-r--r--net-mgmt/nsca27/files/pkg-message.in10
2 files changed, 12 insertions, 8 deletions
diff --git a/net-mgmt/nsca27/files/pkg-message.client.in b/net-mgmt/nsca27/files/pkg-message.client.in
index 44387080f4f3..51e06ea489f9 100644
--- a/net-mgmt/nsca27/files/pkg-message.client.in
+++ b/net-mgmt/nsca27/files/pkg-message.client.in
@@ -1,9 +1,11 @@
-
-*** ATTENTION ***
-
+[
+{ type: install
+ message: <<EOM
This port installs only the client part of NSCA ("send_nsca").
If you need the nsca daemon install the net-mgmt/nsca port.
The default configuration file is installed at:
%%PREFIX%%/etc/nagios/send_nsca.cfg-sample
-
+EOM
+}
+]
diff --git a/net-mgmt/nsca27/files/pkg-message.in b/net-mgmt/nsca27/files/pkg-message.in
index 62e33835d32c..da4520d01a2e 100644
--- a/net-mgmt/nsca27/files/pkg-message.in
+++ b/net-mgmt/nsca27/files/pkg-message.in
@@ -1,9 +1,11 @@
-
-*** ATTENTION ***
-
+[
+{ type: install
+ message: <<EOM
This port includes only the server part of NSCA ("nsca").
If you need the "send_nsca" utility install the net-mgmt/nsca-client port.
The default configuration file is installed at:
%%PREFIX%%/etc/nagios/nsca.cfg-sample
-
+EOM
+}
+]