pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mariadb104-client: update default DATADIR



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Apr 29 12:47:33 2021 +0200
Changeset:	08b4ebb111696e539076cebf825524ead41b387d

Modified Files:
	mariadb104-client/Makefile.common

Log Message:
mariadb104-client: update default DATADIR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08b4ebb111696e539076cebf825524ead41b387d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-client/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mariadb104-client/Makefile.common b/mariadb104-client/Makefile.common
index 42bc283902..9761447112 100644
--- a/mariadb104-client/Makefile.common
+++ b/mariadb104-client/Makefile.common
@@ -26,7 +26,7 @@ PLIST_SRC=	${PLIST_SRC_DFLT}
 # MYSQL_DATADIR		home directory (location of the databases)
 # MYSQL_CHARSET		default character set
 # MYSQL_EXTRA_CHARSET	additional character set to be compiled in
-MYSQL_DATADIR?=		${VARBASE}/mysql
+MYSQL_DATADIR?=		${VARBASE}/db/mariadb
 MYSQL_CHARSET?=		latin1
 MYSQL_COLLATION?=	latin1_swedish_ci
 MYSQL_EXTRA_CHARSET?=	all


Home | Main Index | Thread Index | Old Index