From owner-svn-ports-all@freebsd.org Mon Jul 4 15:00:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35A5EB91B0B; Mon, 4 Jul 2016 15:00:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02CDE2678; Mon, 4 Jul 2016 15:00:44 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u64F0ibc040067; Mon, 4 Jul 2016 15:00:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u64F0iTj040066; Mon, 4 Jul 2016 15:00:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201607041500.u64F0iTj040066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 4 Jul 2016 15:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418034 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 15:00:45 -0000 Author: riggs Date: Mon Jul 4 15:00:43 2016 New Revision: 418034 URL: https://svnweb.freebsd.org/changeset/ports/418034 Log: Document change of default location for my.cnf for databases/mysql57-* PR: 209579 Submitted by: mokhi64@gmail.com Reviewed by: rootservice@gmail.com Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jul 4 14:59:15 2016 (r418033) +++ head/UPDATING Mon Jul 4 15:00:43 2016 (r418034) @@ -5,6 +5,17 @@ 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. + +20160704: + AFFECTS: users of databases/mysql57-* + AUTHOR: riggs@FreeBSD.org + + The default location for my.cnf has changed from "/var/db/mysql/my.cnf" + to "/usr/local/etc/mysql/my.cnf". Existing my.cnf files must be merged + manually with the new default and moved to the new location. To + continue using the my.cnf file at the old location, set "mysql_optfile" + in /etc/rc.conf to point to the location of the existing my.cnf file. + 20160701: AFFECTS: users of www/node5 AUTHOR: bradleythughes@fastmail.fm