Date: Fri, 20 Jan 2017 18:21:49 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431975 - head/databases/mysql56-server Message-ID: <201701201821.v0KILnWP065881@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701201821.v0KILnWP065881>