diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-02 10:55:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-02 10:55:31 +0000 |
commit | bde3221878985675f96c79977bb074e702450b88 (patch) | |
tree | 329fbf8aee97d623be9d89d2eebd93542fef6777 /UPDATING | |
parent | 6a5d0089015d5d403142455d9858b6fd230f1ec6 (diff) | |
download | ports-bde3221878985675f96c79977bb074e702450b88.tar.gz ports-bde3221878985675f96c79977bb074e702450b88.zip |
- Add a note for www/squid* users
Notes
Notes:
svn path=/head/; revision=253547
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -5,6 +5,31 @@ 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. +20100502: + AFFECTS: users of www/squid* + AUTHOR: miwi@FreeBSD.org + + Starting with squid* the directory containing the default cache and log + directory was changed from $PREFIX/squid/ to /var/squid/. + + The default value for the following Squid configuration parameters + have changed as follows: + + cache_log from $PREFIX/squid/logs/cache.log to /var/squid/logs/cache.log + + cache_store_log from $PREFIX/squid/logs/store.log to /var/squid/logs/store.log + + pid_filename from $PREFIX/squid/logs/squid.pid to /var/squid/logs/squid.pid + + coredump_dir from $PREFIX/squid/cache to /var/squid/cache + + Please check whether you need to define any of these variables in + your squid.conf to the old defaults explicitly before updating, + especially if you have set up automated log processing or automated + log rotation. If you define pid_filename in your squid.conf you + should also set squid_pidfile to the same value in /etc/rc.conf, + cf. $PREFIX/etc/rc.d/squid. + 20100419: AFFECTS: users of math/libgmp4 AUTHOR: ale@FreeBSD.org |