Patch rebase

This commit is contained in:
Michal Schorm 2024-01-25 14:57:25 +01:00
parent 82aa9c7302
commit be9b3879ad
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ http://mywiki.wooledge.org/BashFAQ/087
+++ mariadb-10.4.12/scripts/mysql_install_db.sh_patched 2020-01-29 11:11:09.448812331 +0100
@@ -482,13 +482,16 @@ if test -n "$user"
then
if test -z "$srcdir" -a "$in_rpm" -eq 0
if test -z "$srcdir" -a "$in_rpm" -eq 0 -a -d "$pamtooldir/auth_pam_tool_dir"
then
- chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool" && \
- chmod 04755 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"