aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2014-05-21 10:37:51 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2014-05-21 10:37:51 +0000
commit3c99c665e6cf97b6985cf40d61cf921ab926c8bc (patch)
treebf7778e24c096b3a1b0cfd4ab4cef4292d09f6f9 /UPDATING
parentb4449fb54a5be9df28093a1ebb332b4b057c594e (diff)
downloadports-3c99c665e6cf97b6985cf40d61cf921ab926c8bc.tar.gz
ports-3c99c665e6cf97b6985cf40d61cf921ab926c8bc.zip
Respect hier(7) for config files
PR: ports/182547 Reviewed by: flo Approved by: flo
Notes
Notes: svn path=/head/; revision=354740
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