Date: Mon, 30 Dec 2024 11:33:13 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 17fc3873ef83 - main - databases/mariadb114-server: Fix filename in pkg-message Message-ID: <202412301133.4BUBXDYC091511@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=17fc3873ef83ec655b58eaaac4a068949c2ebfa2 commit 17fc3873ef83ec655b58eaaac4a068949c2ebfa2 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-12-30 11:32:22 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-12-30 11:32:22 +0000 databases/mariadb114-server: Fix filename in pkg-message Reported by: otis Differential Revision: https://reviews.freebsd.org/D43120 --- databases/mariadb1011-server/files/pkg-message.in | 4 ++-- databases/mariadb106-server/files/pkg-message.in | 4 ++-- databases/mariadb114-server/files/pkg-message.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/mariadb1011-server/files/pkg-message.in b/databases/mariadb1011-server/files/pkg-message.in index 8589380d09d6..e90a7bfa014f 100644 --- a/databases/mariadb1011-server/files/pkg-message.in +++ b/databases/mariadb1011-server/files/pkg-message.in @@ -14,8 +14,8 @@ the MariaDB tarball but the most recent version can be found in the databases/mytop port %%WSREP%%Using wsrep clustering requires adding a configuration file. -%%WSREP%%Copy %%PREFIX%%/etc/mysql/conf.d/wsrep.conf.sample to -%%WSREP%%%%PREFIX%%/etc/mysql/conf.d/wsrep.conf and change what you need there. +%%WSREP%%Copy %%PREFIX%%/etc/mysql/conf.d/wsrep.cnf.sample to +%%WSREP%%%%PREFIX%%/etc/mysql/conf.d/wsrep.cnf and change what you need there. EOM } { type: upgrade diff --git a/databases/mariadb106-server/files/pkg-message.in b/databases/mariadb106-server/files/pkg-message.in index 8589380d09d6..e90a7bfa014f 100644 --- a/databases/mariadb106-server/files/pkg-message.in +++ b/databases/mariadb106-server/files/pkg-message.in @@ -14,8 +14,8 @@ the MariaDB tarball but the most recent version can be found in the databases/mytop port %%WSREP%%Using wsrep clustering requires adding a configuration file. -%%WSREP%%Copy %%PREFIX%%/etc/mysql/conf.d/wsrep.conf.sample to -%%WSREP%%%%PREFIX%%/etc/mysql/conf.d/wsrep.conf and change what you need there. +%%WSREP%%Copy %%PREFIX%%/etc/mysql/conf.d/wsrep.cnf.sample to +%%WSREP%%%%PREFIX%%/etc/mysql/conf.d/wsrep.cnf and change what you need there. EOM } { type: upgrade diff --git a/databases/mariadb114-server/files/pkg-message.in b/databases/mariadb114-server/files/pkg-message.in index 7e7b5d96cd02..60864ccebde0 100644 --- a/databases/mariadb114-server/files/pkg-message.in +++ b/databases/mariadb114-server/files/pkg-message.in @@ -14,7 +14,7 @@ the MariaDB tarball but the most recent version can be found in the databases/mytop port %%WSREP%%The Using wsrep clustering requires additional configuration. -%%WSREP%%Edit %%PREFIX%%/etc/mysql/conf.d/wsrep.conf and change what you need there. +%%WSREP%%Edit %%PREFIX%%/etc/mysql/conf.d/wsrep.cnf and change what you need there. The hashicorp_key_management, s3 and spider plugins must be enabled before they can be used, check the specific .cnf files in %%PREFIX%%/etc/mysql/conf.d/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412301133.4BUBXDYC091511>