Date: Wed, 4 May 2016 00:55:15 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414567 - head Message-ID: <201605040055.u440tFQw056757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed May 4 00:55:15 2016 New Revision: 414567 URL: https://svnweb.freebsd.org/changeset/ports/414567 Log: Document the ${MODULESDIR} change for www/nginx*. Spotted by: Pierre Guinoiseau <pierre@guinoiseau.eu> Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 3 23:57:03 2016 (r414566) +++ head/UPDATING Wed May 4 00:55:15 2016 (r414567) @@ -40,7 +40,16 @@ you update your ports collection, before 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605040055.u440tFQw056757>