From owner-svn-ports-all@freebsd.org Mon Jan 9 16:40:26 2017 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 51E93CA7BEF; Mon, 9 Jan 2017 16:40:26 +0000 (UTC) (envelope-from mat@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 1EB791BB1; Mon, 9 Jan 2017 16:40:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09GePC9070384; Mon, 9 Jan 2017 16:40:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09GePD2070383; Mon, 9 Jan 2017 16:40:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701091640.v09GePD2070383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Jan 2017 16:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430977 - head/databases/mariadb55-server/files 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.23 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, 09 Jan 2017 16:40:26 -0000 Author: mat Date: Mon Jan 9 16:40:25 2017 New Revision: 430977 URL: https://svnweb.freebsd.org/changeset/ports/430977 Log: Fix patch. Sponsored by: Absolight Modified: head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh (contents, props changed) Modified: head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh ============================================================================== --- head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh Mon Jan 9 16:40:01 2017 (r430976) +++ head/databases/mariadb55-server/files/patch-scripts_mysqld_safe.sh Mon Jan 9 16:40:25 2017 (r430977) @@ -1,6 +1,6 @@ ---- scripts/mysqld_safe.sh.orig 2007-10-08 10:39:23.000000000 +0200 -+++ scripts/mysqld_safe.sh 2007-10-08 10:40:52.000000000 +0200 -@@ -242,10 +242,10 @@ +--- scripts/mysqld_safe.sh.orig 2017-01-09 14:36:43 UTC ++++ scripts/mysqld_safe.sh +@@ -468,10 +468,10 @@ fi if test -z "$MYSQL_HOME" then @@ -13,12 +13,12 @@ $DATADIR/my.cnf IGNORING $DATADIR/my.cnf" -@@ -254,7 +254,7 @@ +@@ -480,7 +480,7 @@ IGNORING $DATADIR/my.cnf" then log_error "WARNING: Found $DATADIR/my.cnf The data directory is a deprecated location for my.cnf, please move it to -$MY_BASEDIR_VERSION/my.cnf" +$MY_BASEDIR_VERSION/etc/my.cnf" + unsafe_my_cnf=1 MYSQL_HOME=$DATADIR else - MYSQL_HOME=$MY_BASEDIR_VERSION