diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-10-21 00:39:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-10-21 00:39:20 +0000 |
commit | 0a3b1a708423bd598f73f0ca881d2242948f5c32 (patch) | |
tree | a3b152838934422bde1bea173be6cc36a836378a /UPDATING | |
parent | 3a659e95a402e208e00fab6b969aae25d3e9d0f3 (diff) | |
download | ports-0a3b1a708423bd598f73f0ca881d2242948f5c32.tar.gz ports-0a3b1a708423bd598f73f0ca881d2242948f5c32.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20131020: + AFFECTS: users of mail/squirrelmail + AUTHOR: adamw@adamw.org + + The default location for user data files and attachments has changed. + This will only affect new installations, and upgrading SquirrelMail + WILL NOT break your current installation. + + To make use of the new locations, do the following: + + # cp -rp /var/spool/squirrelmail/pref/* /usr/local/www/squirrelmail/data + # cp -rp /var/spool/squirrelmail/attach/* /usr/local/www/squirrelmail/attach + + and then run /usr/local/www/squirrelmail/configure and tell SM about + it ("Data Directory" and "Attachment Directory" under "General Options"). + + This version of SquirrelMail is a SNAPSHOT that brings in PHP 5.4 and 5.5 + compatibility. + +20131020: AFFECTS: users of security/gpgme AUTHOR: jhale@FreeBSD.org |