aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-node
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-06-19 15:20:22 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-06-19 15:20:22 +0000
commit2ce0cb26fa3e5b26c5558ac75d6ee5f126bc9fd7 (patch)
tree30457cea8a6b8248acf48b6754a9d629d37719ef /sysutils/munin-node
parent8d885bfd3a14cfd21067a25ca0c31ee4053606f2 (diff)
downloadports-2ce0cb26fa3e5b26c5558ac75d6ee5f126bc9fd7.tar.gz
ports-2ce0cb26fa3e5b26c5558ac75d6ee5f126bc9fd7.zip
Notes
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r--sysutils/munin-node/files/pkg-message.in19
1 files changed, 13 insertions, 6 deletions
diff --git a/sysutils/munin-node/files/pkg-message.in b/sysutils/munin-node/files/pkg-message.in
index b652c5a2ad97..2042a1548601 100644
--- a/sysutils/munin-node/files/pkg-message.in
+++ b/sysutils/munin-node/files/pkg-message.in
@@ -1,11 +1,11 @@
-********************************************************************
+[
+{
+message: <<EOT
Unless this file already existed, a sample configuration file
has been placed in %%ETCDIR%%/munin-node.conf.
Please edit it according to your needs.
-********************************************************************
-
The Munin client will *not* be started automatically. To allow it
to start, put this line in /etc/rc.conf:
@@ -16,7 +16,6 @@ present, the client will be started now. Otherwise, edit
/etc/rc.conf and execute this command:
%%PREFIX%%/etc/rc.d/munin-node start
-********************************************************************
For a list of plugins that will probably work run
%%PREFIX%%/sbin/munin-node-configure --suggest
@@ -25,7 +24,11 @@ If this is a fresh install run
%%PREFIX%%/sbin/munin-node-configure --shell | sh -x
to install the plugins automatically
-********************************************************************
+EOT
+type: install
+}
+{
+message: <<EOT
The munin-node newsyslog.conf(5) filename has been changed:
OLD: ${PREFIX}/etc/newsyslog.conf.d/munin-node
NEW: ${PREFIX}/etc/newsyslog.conf.d/munin-node.conf
@@ -39,4 +42,8 @@ newsyslog configuration now only includes filenames that end with
If you use provisioning/configuration management tools to create or
edit this file, you will need to change their configuration to use
the new filename.
-********************************************************************
+EOT
+type: upgrade
+maximum_version: "2.0.43_1"
+}
+]