pkgsrc-WIP-changes archive

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

need REPLACE_BASH



Module Name:	pkgsrc-wip
Committed By:	Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By:	jdolecek
Date:		Thu May 6 21:03:22 2021 +0200
Changeset:	9a1957350662bdb65da2866aa2bbf3a0ffb3b766

Modified Files:
	mariadb104-server/Makefile

Log Message:
need REPLACE_BASH

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

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

diffstat:
 mariadb104-server/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/mariadb104-server/Makefile b/mariadb104-server/Makefile
index 56a7ff18fa..fbd3a4feec 100644
--- a/mariadb104-server/Makefile
+++ b/mariadb104-server/Makefile
@@ -65,6 +65,10 @@ OWN_DIRS_PERMS+=	${MARIADB_DATADIR} ${MARIADB_USER} ${MARIADB_GROUP} 0700
 OWN_DIRS_PERMS+=	${VARBASE}/run/mariadb ${MARIADB_USER} ${MARIADB_GROUP} 0700
 OWN_DIRS_PERMS+=	${VARBASE}/log/mariadb ${MARIADB_USER} ${MARIADB_GROUP} 0700
 
+USE_TOOLS=		bash:run perl:run
+REPLACE_BASH+=		scripts/wsrep_sst_*.sh
+REPLACE_BASH+=		scripts/mariadb-service-convert
+
 post-install:
 	${CHMOD} +x ${DESTDIR}${PREFIX}/bin/mysql_install_db
 


Home | Main Index | Thread Index | Old Index