From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 1 20:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C891480 for ; Tue, 1 Oct 2013 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 396282562 for ; Tue, 1 Oct 2013 20:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r91K01o3022737 for ; Tue, 1 Oct 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r91K0164022736; Tue, 1 Oct 2013 20:00:01 GMT (envelope-from gnats) Date: Tue, 1 Oct 2013 20:00:01 GMT Message-Id: <201310012000.r91K0164022736@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Miroslav Lachman <000.fbsd@quip.cz> List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 20:00:02 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Miroslav Lachman <000.fbsd@quip.cz> To: Michael Gmelin Cc: bug-followup@FreeBSD.org, Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Tue, 01 Oct 2013 21:52:01 +0200 I totally agree with you from the FreeBSD point of view. But on another way, I can imagine somebody with my.cnf configuration file in /etc/ even on FreeBSD, because it is documented in manpage http://dev.mysql.com/doc/refman/5.5/en/option-files.html and because it was "default" in MariaDB for a long time It is better to not break some "rare user's" setup. If we decide to get rid of /etc/ and /etc/mysql/ dirs, then it shoul be mentioned in UPDATING too and maybe provide some check on install or service re-start for transitional time which will again warn the user about this change (beside the pkg-message). Becaus missing my.cnf at startup can cause serious problem. Miroslav Lachman