mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@@ -493,7 +493,7 @@ done
|
||||
|
||||
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"
|
||||
|
Reference in New Issue
Block a user