svn commit: r431975 - head/databases/mysql56-server

Mark Felder feld at FreeBSD.org
Fri Jan 20 18:21:50 UTC 2017


Author: feld
Date: Fri Jan 20 18:21:49 2017
New Revision: 431975
URL: https://svnweb.freebsd.org/changeset/ports/431975

Log:
  databases/mysql56-server: Do not install my.cnf sample
  
  An issue was discovered where users of mysql did not have a my.cnf and
  the recent update was causing mysqld to find a sample my.cnf and load
  its parameters. This was causing errors on startup for users of innodb
  as the parameters used to init the database did not match the ones in
  the sample config file it was now reading.

Modified:
  head/databases/mysql56-server/Makefile
  head/databases/mysql56-server/pkg-plist

Modified: head/databases/mysql56-server/Makefile
==============================================================================
--- head/databases/mysql56-server/Makefile	Fri Jan 20 17:34:12 2017	(r431974)
+++ head/databases/mysql56-server/Makefile	Fri Jan 20 18:21:49 2017	(r431975)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	mysql
 PORTVERSION=	5.6.35
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	databases ipv6
 MASTER_SITES=	MYSQL/MySQL-5.6
 PKGNAMESUFFIX?=	56-server

Modified: head/databases/mysql56-server/pkg-plist
==============================================================================
--- head/databases/mysql56-server/pkg-plist	Fri Jan 20 17:34:12 2017	(r431974)
+++ head/databases/mysql56-server/pkg-plist	Fri Jan 20 18:21:49 2017	(r431975)
@@ -132,7 +132,7 @@ man/man8/mysqld.8.gz
 %%DATADIR%%/spanish/errmsg.sys
 %%DATADIR%%/swedish/errmsg.sys
 %%DATADIR%%/ukrainian/errmsg.sys
- at sample(root,wheel,0644) %%ETCDIR%%/my.cnf.sample
+%%ETCDIR%%/my.cnf.sample
 @dir(mysql,mysql,0750) %%ETCDIR%%/keyring
 @dir(mysql,mysql,0750) %%MY_SECDIR%%
 @dir(mysql,mysql,0750) %%MY_TMPDIR%%


More information about the svn-ports-all mailing list