aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-02-09 19:15:42 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-02-09 19:15:42 +0000
commit5ed9400f0435f5983ef0ac475f0753dca0521f6b (patch)
tree1c75e784d9bc435cba80ac51a8a2a65c02923cc5 /UPDATING
parent0f31fc84d0186ae4cbdb6b1facec2227be0ec9d5 (diff)
downloadports-5ed9400f0435f5983ef0ac475f0753dca0521f6b.tar.gz
ports-5ed9400f0435f5983ef0ac475f0753dca0521f6b.zip
net-mgmt/pmacct: update 1.6.1 -> 1.6.2, allow per-interface instances
PR: 200786 Submitted by: Niels Kristensen <niels@kristensen.io> Relnotes: http://www.pmacct.net/ChangeLog-1.6.2
Notes
Notes: svn path=/head/; revision=461328
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e5cebac9be11..8212284e0127 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180209:
+ AFFECTS: users of net-mgmt/pmacct
+ AUTHOR: pi@FreeBSD.org
+
+ To allow separete pmacctd instances per interface, use
+
+ pmacctd_enable="YES"
+ pmacctd_interfaces="re1 re2"
+
+ in /etc/rc.conf. The path to the config files will be
+
+ /usr/local/etc/pmacct/<interface>
+
20180208:
AFFECTS: users of mail/mailman*
AUTHOR: mandree@FreeBSD.org