aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-06-21 13:26:54 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-06-21 13:26:54 +0000
commit8e7fa9577c04481762aca502418c8a1ccb9dba72 (patch)
tree5a82a600d02801951c032462b505da365f33212c /UPDATING
parent0e8964abd39e7edf6a6fb165e0832c5599bbed4a (diff)
downloadports-8e7fa9577c04481762aca502418c8a1ccb9dba72.tar.gz
ports-8e7fa9577c04481762aca502418c8a1ccb9dba72.zip
- Saving config.php was a bad idea. cacti's developers make cahnges in it.
I've moved DB settings from config.php to db-settings.php and save it instead. Read UPDATING. Reported by: Zoltan Frombach <tssajo@hotmail.com>, Andrej Zverev <az@inec.ru>
Notes
Notes: svn path=/head/; revision=137812
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4a27e00aff35..06c76755e120 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050621:
+ AFFECTS: users of net/cacti
+ AUTHOR: sem@FreeBSD.org
+
+ Because of users need to keep their DB configuration but config.php
+ can't be saved on upgrating, I've moved DB settings in db-settings.php.
+ So, you need to change db-settings.php and do not touch config.php
+ anymore.
+
+
20050618:
AFFECTS: users of alternate linux_base ports
AUTHOR: netchild@FreeBSD.org