diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-contrib/files/pkg-message.in | 8 | ||||
-rw-r--r-- | sysutils/munin-master/files/pkg-message.in | 16 | ||||
-rw-r--r-- | sysutils/munin-node/files/pkg-message.in | 19 |
3 files changed, 33 insertions, 10 deletions
diff --git a/sysutils/munin-contrib/files/pkg-message.in b/sysutils/munin-contrib/files/pkg-message.in index 46527119176c..c0e4447a1b1c 100644 --- a/sysutils/munin-contrib/files/pkg-message.in +++ b/sysutils/munin-contrib/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ +message: <<EOD To avoid having too many plugins activating at once when this port is installed, the contributed plugins from this port are NOT installed in munin's plugins directory. @@ -9,4 +12,7 @@ it to munin's plugins directory, for example: Note that as this is a "contrib" port, some plugins may need some dependencies to run that are not provided by this port. - +EOD +type: install +} +] diff --git a/sysutils/munin-master/files/pkg-message.in b/sysutils/munin-master/files/pkg-message.in index fbb806fb3c78..5bd0f0a0cc11 100644 --- a/sysutils/munin-master/files/pkg-message.in +++ b/sysutils/munin-master/files/pkg-message.in @@ -1,4 +1,6 @@ -******************************************************************** +[ +{ +message: <<EOT Unless this file already existed, a sample configuration file has been placed in %%ETCDIR%%/munin.conf. @@ -9,7 +11,11 @@ The Munin server will be run from cron under the user 'munin'. If you need to customize the munin crontab, remove the lines containing #BEGIN_MUNIN_MAIN and #END_MUNIN_MAIN, and add a line with #MANUAL_MUNIN_CRONTAB. -******************************************************************** +EOT +type: install +} +{ +message: <<EOT The munin-master newsyslog.conf(5) filename has been changed: OLD: ${PREFIX}/etc/newsyslog.conf.d/munin-master NEW: ${PREFIX}/etc/newsyslog.conf.d/munin-master.conf @@ -23,4 +29,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" +} +] 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" +} +] |