Document changes to mysql 3.23 server startup script.

This commit is contained in:
Alex Dupre 2005-03-15 14:20:44 +00:00
parent 57d43c0887
commit c0ce8251ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131303

View file

@ -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