aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2017-09-29 02:46:27 +0800
committermadpilot <madpilot@FreeBSD.org>2017-09-29 02:46:27 +0800
commitb273aeed2c2eb075de150b5f56d42b86d19d1963 (patch)
treea29f609e74e43ec01378e808965b38215c5a35e8 /UPDATING
parent956c47ab8b2bfa5f531914a8bca01f2deb20de2b (diff)
downloadfreebsd-ports-gnome-b273aeed2c2eb075de150b5f56d42b86d19d1963.tar.gz
freebsd-ports-gnome-b273aeed2c2eb075de150b5f56d42b86d19d1963.tar.zst
freebsd-ports-gnome-b273aeed2c2eb075de150b5f56d42b86d19d1963.zip
Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does. The sample files are renamed to ".dist" because that is the name the tool expects. Also added a note to UPDATING to warn users about the sysconftool expecting the comments not to be removed. While here convert to localbase. Suggested by: Doug McIntyre <merlyn at iphouse.net>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cf8cb0a75a14..be11407bebdb 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.
+20170928:
+ AFFECTS: users of security/courier-authlib and it's modules
+ AUTHOR: madpilot@FreeBSD.org
+
+ The affected ports have been modified to follow the upstrem
+ suggested best practice to use the sysconftool on installation.
+
+ Please make sure your configuration files include all the comments
+ that tool uses to correctly update the configuration on update.
+
+ You can use the ".sample" or ".dist" files as templates for missing
+ comments if needed.
+
20170915:
AFFECTS: users of devel/cargo
AUTHOR: rust@FreeBSD.org