aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgrembo <grembo@FreeBSD.org>2014-05-21 18:37:51 +0800
committergrembo <grembo@FreeBSD.org>2014-05-21 18:37:51 +0800
commit14c14f02ba371f849ea6799e92148a4ad85c3c0d (patch)
treebf7778e24c096b3a1b0cfd4ab4cef4292d09f6f9 /UPDATING
parent6b745ea94aafebe1b7302cc9aa0dae0b9357940f (diff)
downloadfreebsd-ports-gnome-14c14f02ba371f849ea6799e92148a4ad85c3c0d.tar.gz
freebsd-ports-gnome-14c14f02ba371f849ea6799e92148a4ad85c3c0d.tar.zst
freebsd-ports-gnome-14c14f02ba371f849ea6799e92148a4ad85c3c0d.zip
Respect hier(7) for config files
PR: ports/182547 Reviewed by: flo Approved by: flo
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 55daf26824f5..c4f42a56383f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20140521:
+ AFFECTS: users of databases/mariadb55*
+ AUTHOR: grembo@FreeBSD.org
+
+ The mariadb55-client and mariadb55-server port have been changed to
+ respect hier(7) and behave like the mysql ports. Therefore mysql-server
+ and mysql monitor will refuse to start if my.cnf exists in /etc or
+ /etc/mysql.
+
+ In case you're affected, please move /etc/my.cnf to /usr/local/etc and/or
+ /etc/mysql/my.cnf to /usr/local/etc/mysql.
+
20140520:
AFFECTS: users of security/dropbear
AUTHOR: ak@FreeBSD.org