aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2016-05-04 08:55:15 +0800
committerosa <osa@FreeBSD.org>2016-05-04 08:55:15 +0800
commitc571e27361b292c31b5de04ae4a8084ea648c52a (patch)
tree137c14cb0104f9935fb3b9f22ebf1f02eecf3337 /UPDATING
parent102598aafa3f323eebcaaa49894e9af2e5b9520d (diff)
downloadfreebsd-ports-gnome-c571e27361b292c31b5de04ae4a8084ea648c52a.tar.gz
freebsd-ports-gnome-c571e27361b292c31b5de04ae4a8084ea648c52a.tar.zst
freebsd-ports-gnome-c571e27361b292c31b5de04ae4a8084ea648c52a.zip
Document the ${MODULESDIR} change for www/nginx*.
Spotted by: Pierre Guinoiseau <pierre@guinoiseau.eu>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 10 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 26e6100d3d29..870a9bbc60c8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -40,7 +40,16 @@ you update your ports collection, before attempting any port upgrades.
port and the /var/run/dspam directory for PID and socket files. If you
need dspam to run as root for your mail setup, you can use the SETUID
config option to enable the old insecure behavior.
-
+
+20160229:
+ AFFECTS: users of www/nginx and www/nginx-devel
+ AUTHOR: osa@FreeBSD.org
+
+ The ${MODULESDIR}, default directory for dynamic modules, has been
+ changed from ${ETCDIR}/modules to ${PREFIX}/libexec/${PORTNAME}.
+ It's highly recommended to review existing configuration files of
+ nginx, i.e. ${PREFIX}/etc/nginx/nginx.conf.
+
20160424:
AFFECTS: Users of net-mgmt/icinga2
AUTHOR: lme@FreeBSD.org