aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2013-10-21 08:39:20 +0800
committeradamw <adamw@FreeBSD.org>2013-10-21 08:39:20 +0800
commit3111a84b07430a00d3bb431cfd52a9aca07d18c8 (patch)
treea3b152838934422bde1bea173be6cc36a836378a
parent016286a93e9821e4c93d3b56d5407f5f92f244fd (diff)
downloadfreebsd-ports-graphics-3111a84b07430a00d3bb431cfd52a9aca07d18c8.tar.gz
freebsd-ports-graphics-3111a84b07430a00d3bb431cfd52a9aca07d18c8.tar.zst
freebsd-ports-graphics-3111a84b07430a00d3bb431cfd52a9aca07d18c8.zip
Add a note about the impending SquirrelMail update.
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.
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e0d8a5e41a1..08c575b3a1d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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