diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-08-18 22:13:21 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-08-18 22:13:21 +0000 |
commit | 41ef39e416db7d100a1a10673e18d5a4cb73b2a1 (patch) | |
tree | 535432328cfdb3bb170066240e7c7f9f002f58f9 /UPDATING | |
parent | 2f098ed40c618758fa6b63e75f6cea5c3c81ec01 (diff) | |
download | ports-41ef39e416db7d100a1a10673e18d5a4cb73b2a1.tar.gz ports-41ef39e416db7d100a1a10673e18d5a4cb73b2a1.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20100818: + AFFECTS: users of www/lighttpd + AUTHOR: mm@FreeBSD.org + + The default lighttpd configuration file locations have changed. + The main configuration file is now: $PREFIX/etc/lighttpd/lighttpd.conf + and includes other configuration files from $PREFIX/etc/lighttpd/ + + For compatibility with old-style configurations, if the lighttpd_conf + variable is not set in /etc/rc.conf, $PREFIX/etc/lighttpd.conf takes + precedence over $PREFIX/etc/lighttpd/lighttpd.conf + 20100815: AFFECTS: users of databases/redis and databases/redis-devel AUTHOR: osa@FreeBSD.org |