diff options
author | osa <osa@FreeBSD.org> | 2016-05-04 08:55:15 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2016-05-04 08:55:15 +0800 |
commit | c571e27361b292c31b5de04ae4a8084ea648c52a (patch) | |
tree | 137c14cb0104f9935fb3b9f22ebf1f02eecf3337 /UPDATING | |
parent | 102598aafa3f323eebcaaa49894e9af2e5b9520d (diff) | |
download | freebsd-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-- | UPDATING | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |