diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /dns/unbound | |
parent | a6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (diff) | |
download | freebsd-ports-78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd.zip |
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns/unbound/files/pkg-message.in b/dns/unbound/files/pkg-message.in index eba979e3b205..94a1f3bc8975 100644 --- a/dns/unbound/files/pkg-message.in +++ b/dns/unbound/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Munin support requires additional configuration in the plugin config file: %%PREFIX%%/etc/munin/plugin-conf.d/plugins.conf @@ -8,3 +11,6 @@ env.unbound_conf %%PREFIX%%/etc/unbound/unbound.conf env.unbound_control %%PREFIX%%/sbin/unbound-control env.spoof_warn 1000 env.spoof_crit 100000 +EOM +} +] |