aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-08-18 22:13:21 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-08-18 22:13:21 +0000
commit41ef39e416db7d100a1a10673e18d5a4cb73b2a1 (patch)
tree535432328cfdb3bb170066240e7c7f9f002f58f9 /UPDATING
parent2f098ed40c618758fa6b63e75f6cea5c3c81ec01 (diff)
downloadports-41ef39e416db7d100a1a10673e18d5a4cb73b2a1.tar.gz
ports-41ef39e416db7d100a1a10673e18d5a4cb73b2a1.zip
- Update lighttpd configuration file layout
- Do configuration sanity checks before restarting gracefully
Notes
Notes: svn path=/head/; revision=259548
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b6baa1862d8e..e6745c8027c6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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