summaryrefslogtreecommitdiff
path: root/databases/mariadb104-client/patches/patch-scripts_mysql__install__db.sh
blob: 3a4c9be1836db56778e15d3b5316af5e61a5b469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-scripts_mysql__install__db.sh,v 1.1 2021/05/08 19:47:16 jdolecek Exp $

NetBSD does not have SO_PEERCRED, so there is no auth_socket.

--- scripts/mysql_install_db.sh.orig	2021-02-18 23:22:29.000000000 +0000
+++ scripts/mysql_install_db.sh
@@ -37,7 +37,7 @@ force=0
 in_rpm=0
 ip_only=0
 cross_bootstrap=0
-auth_root_authentication_method=socket
+auth_root_authentication_method=normal
 auth_root_socket_user=""
 skip_test_db=0