summaryrefslogtreecommitdiff
path: root/dev-db/mariadb/mariadb-10.11.13.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2025-07-14 11:34:02 +0200
committerPetr Vaněk <arkamar@gentoo.org>2025-07-14 12:20:04 +0200
commita5eec03acd093217751f16eb3d8767528ce4f3c9 (patch)
tree40d3f2fb56f842b803b46b78c28c8ed745a86b70 /dev-db/mariadb/mariadb-10.11.13.ebuild
parent4c2a6ef75f7092724398129384dfdcfd399d6cc3 (diff)
downloadgentoo-a5eec03acd093217751f16eb3d8767528ce4f3c9.tar.gz
gentoo-a5eec03acd093217751f16eb3d8767528ce4f3c9.tar.bz2
gentoo-a5eec03acd093217751f16eb3d8767528ce4f3c9.zip
dev-db/mariadb: update pam-authentication-plugin knowledge base link
Upstream has updated the knowledge base, and the old links are no longer functional. Bug: https://bugs.gentoo.org/960100 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-db/mariadb/mariadb-10.11.13.ebuild')
-rw-r--r--dev-db/mariadb/mariadb-10.11.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.11.13.ebuild b/dev-db/mariadb/mariadb-10.11.13.ebuild
index 402327067aa4..690e6b0f3b3b 100644
--- a/dev-db/mariadb/mariadb-10.11.13.ebuild
+++ b/dev-db/mariadb/mariadb-10.11.13.ebuild
@@ -759,7 +759,7 @@ pkg_postinst() {
einfo
elog "This install includes the PAM authentication plugin."
elog "To activate and configure the PAM plugin, please read:"
- elog "https://mariadb.com/kb/en/mariadb/pam-authentication-plugin/"
+ elog "https://mariadb.com/docs/server/reference/plugins/authentication-plugins/authentication-with-pluggable-authentication-modules-pam/authentication-plugin-pam"
einfo
chown mysql:mysql "${EROOT}/usr/$(get_libdir)/mariadb/plugin/auth_pam_tool_dir" || die
fi