diff options
author | riggs <riggs@FreeBSD.org> | 2015-12-06 18:41:49 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-12-06 18:41:49 +0800 |
commit | 908a8c2625b04aa87c23b6a9ad40b6c4714e5bb2 (patch) | |
tree | 22d3471c06bbb22a0ec8113a57982ff49a0db4cf /UPDATING | |
parent | d63e74e119ec06a649c93953379b4672df0c7040 (diff) | |
download | freebsd-ports-gnome-908a8c2625b04aa87c23b6a9ad40b6c4714e5bb2.tar.gz freebsd-ports-gnome-908a8c2625b04aa87c23b6a9ad40b6c4714e5bb2.tar.zst freebsd-ports-gnome-908a8c2625b04aa87c23b6a9ad40b6c4714e5bb2.zip |
Add a notice regarding mail/postfixadmin update to version 2.93
While on it:
- Correct minor typo in the e-mail of the previous commit
PR: 204131
Submitted by: ports.maintainer@evilphi.com (postfixadmin maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -5,9 +5,29 @@ 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. +20151206: + AFFECTS: users of mail/postfixadmin + AUTHOR: riggs@FreeBSD.org + + Caveat when updating to version 2.93: If you have an existing + configuration and are NOT using the recommended practice of putting your + settings changes in config.local.php: + + Copy config.inc.php to config.local.php prior to upgrading, then revise + config.local.php for the current version afterward. + + Postfixadmin will not function correctly unless correct and complete + data structures are placed in config.inc.php. Therefore the file must be + upgraded as part of the package and any changes to config.inc.php will + be overwritten. + + Detailed information regarding this procedure is provided in step 3 of + the installation instructions in ${DATADIR}/INSTALL.TXT (by default + /usr/local/share/postfixadmin/INSTALL.TXT). + 20151205: AFFECTS: users of shells/zsh - AUTHOR: bapt@FreeBSD.or + AUTHOR: bapt@FreeBSD.org Since version 5.2 zsh is now respecting prefix to look up for its default configurations: zshrc/zprofile. Users having those files in /etc should |