aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-03-15 14:20:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-03-15 14:20:44 +0000
commitc0ce8251ee83afa77e9e028c86e82b010620842c (patch)
treea5332b520cd7032b07e0a8e1236bd8e97a1285f2 /UPDATING
parent57d43c08873c8b9fb1e2e6c868b759cbc7873721 (diff)
downloadports-c0ce8251ee83afa77e9e028c86e82b010620842c.tar.gz
ports-c0ce8251ee83afa77e9e028c86e82b010620842c.zip
Document changes to mysql 3.23 server startup script.
Notes
Notes: svn path=/head/; revision=131303
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6d184e40a7a3..a3ccf9fbb241 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.
+20050315:
+ AFFECTS: users of databases/mysql323-server
+ AUTHOR: ale@FreeBSD.org
+
+ The MySQL Daemon must now be enabled / disabled in rc.conf.
+ 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.
+ See the script for details.
+
20050314:
AFFECTS: users of databases/mysql40-server
AUTHOR: ale@FreeBSD.org