aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-04-06 13:43:52 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-04-06 13:43:52 +0000
commite0ac3ec195abfec2d2368d82ea455e0c6dd9c02e (patch)
tree06a67a13e4488db19694d5a9a996e481abb15d79 /UPDATING
parentbd1e850d7249b66550078edcc36e27aa815d9a3b (diff)
downloadports-e0ac3ec195abfec2d2368d82ea455e0c6dd9c02e.tar.gz
ports-e0ac3ec195abfec2d2368d82ea455e0c6dd9c02e.zip
Describe the new way to set the mysql40 database directory.
Please, look at it if you don't use default path!
Notes
Notes: svn path=/head/; revision=132638
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 15343d95d2db..55cf6e0a59ca 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,16 @@ time you update your ports collection, before attempting any port
upgrades.
+20050406:
+ AFFECTS: users of databases/mysql50-server
+ AUTHOR: ale@FreeBSD.org
+
+ The base database directory can now be set and changed in rc.conf (default:
+ /var/db/mysql). If you used to set DB_DIR to a different value during port
+ compilation, you must specify it via the new "mysql_dbdir" rc variable.
+ In addition, the "mysqllimits_enable" and "mysqllimits_args" variables
+ have been replaced by "mysql_limits" for consistency.
+
20050403:
AFFECTS: users of net/tac_plus4
AUTHOR: marcus@FreeBSD.org