diff options
author | Eygene Ryabinkin <rea@FreeBSD.org> | 2010-12-30 17:25:47 +0000 |
---|---|---|
committer | Eygene Ryabinkin <rea@FreeBSD.org> | 2010-12-30 17:25:47 +0000 |
commit | 58d37320f9043c54aaba7ff4fac86bba71a271ab (patch) | |
tree | 7cf28dae90bed7efb29281edd27d96840cf0082f /UPDATING | |
parent | 0d10f6f0a75b5dc955464704b976502d6b360b58 (diff) | |
download | ports-58d37320f9043c54aaba7ff4fac86bba71a271ab.tar.gz ports-58d37320f9043c54aaba7ff4fac86bba71a271ab.zip |
net-mgmt/pnp: fix issues brought by PNP developers
* php5-sockets is needed and php5-filter -- not needed;
* local modifications to config.php should go into config_local.php
and config.php must be replaced at every installation.
Feature safe: yes
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=267168
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ 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. +20101230: + AFFECTS: users of net-mgmt/pnp + AUTHOR: rea@FreeBSD.org + + Starting from 0.6.10_1 config.php is no longer preserved across + upgrades; PNP way is to put all modifications into config_local.php. + + Existing config.php will be saved as config.php.orig and you should + review your deviations from defaults and place them into + config_local.php. + 20101227: AFFECTS: users of databases/mysql55-server AUTHOR: ale@FreeBSD.org |