aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-06-09 00:27:43 +0000
committerXin LI <delphij@FreeBSD.org>2011-06-09 00:27:43 +0000
commitda0ebabc465f88a882fb7d478f6e29fe50007b71 (patch)
tree77ea6e06654c2a8d11a12a6daaed894b16534814 /UPDATING
parentd1b4b50540945383a7df9d06e5827bc6c7b64dd7 (diff)
downloadports-da0ebabc465f88a882fb7d478f6e29fe50007b71.tar.gz
ports-da0ebabc465f88a882fb7d478f6e29fe50007b71.zip
Make it possible to specify socket location and permissions for the milter.
Approved by: maintainer PR: ports/157674
Notes
Notes: svn path=/head/; revision=275253
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9dd7a042d14c..2ab1ba761a32 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20110608:
+ AFFECTS: users of security/amavisd-milter
+ AUTHOR: delphij@FreeBSD.org
+
+ A change have been made to rc.d script for amavisd-milter makes it to
+ specify -s explicitly. If you used to override the location of listening
+ socket by specifying -s, please migrate to the new way (specify
+ amavisd_milter_socket in /etc/rc.conf).
+
20110607:
AFFECTS: users of devel/p5-Moose and devel/p5-Class-MOP
AUTHOR: az@FreeBSD.org