aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-02-15 23:02:39 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-02-15 23:02:39 +0000
commite92aa72c9b06e79d5e0c98a0821bc5a4bbb038cf (patch)
tree46f59f995dbecc6310ebbce2a492f5d988d141b2 /UPDATING
parent110771c2d93c0e2d3bc93f91156fdaf1c5fa1574 (diff)
downloadports-e92aa72c9b06e79d5e0c98a0821bc5a4bbb038cf.tar.gz
ports-e92aa72c9b06e79d5e0c98a0821bc5a4bbb038cf.zip
Describe the new way to set the mysql41 database directory.
Please, look at it if you don't use default path!
Notes
Notes: svn path=/head/; revision=128974
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 098a68149867..aafcf4183f5f 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.
+20050215:
+ AFFECTS: users of databases/mysql41-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.
+
20050214:
AFFECTS: users of net-mgmt/nagios
AUTHOR: blaz@si.FreeBSD.org