summaryrefslogtreecommitdiffstats
path: root/testing/source/mariadb/mysql_install_db.nopam.diff
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/mariadb/mysql_install_db.nopam.diff')
-rw-r--r--testing/source/mariadb/mysql_install_db.nopam.diff48
1 files changed, 48 insertions, 0 deletions
diff --git a/testing/source/mariadb/mysql_install_db.nopam.diff b/testing/source/mariadb/mysql_install_db.nopam.diff
new file mode 100644
index 000000000..70503865a
--- /dev/null
+++ b/testing/source/mariadb/mysql_install_db.nopam.diff
@@ -0,0 +1,48 @@
+--- ./scripts/mysql_install_db.sh.orig 2020-01-28 11:31:09.088303502 -0600
++++ ./scripts/mysql_install_db.sh 2020-01-28 11:35:47.822283410 -0600
+@@ -480,25 +480,26 @@
+
+ if test -n "$user"
+ then
+- if test -z "$srcdir" -a "$in_rpm" -eq 0
+- then
+- chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool" && \
+- chmod 04755 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"
+- if test $? -ne 0
+- then
+- echo "Couldn't set an owner to '$pamtooldir/auth_pam_tool_dir/auth_pam_tool'."
+- echo "It must be root, the PAM authentication plugin doesn't work otherwise.."
+- echo
+- fi
+- chown $user "$pamtooldir/auth_pam_tool_dir" && \
+- chmod 0700 "$pamtooldir/auth_pam_tool_dir"
+- if test $? -ne 0
+- then
+- echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
+- echo "to the '$user' user. Check that you have the necessary permissions and try again."
+- echo
+- fi
+- fi
++ # Commented out since Slackware does not currently provide PAM:
++ #if test -z "$srcdir" -a "$in_rpm" -eq 0
++ #then
++ # chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool" && \
++ # chmod 04755 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"
++ # if test $? -ne 0
++ # then
++ # echo "Couldn't set an owner to '$pamtooldir/auth_pam_tool_dir/auth_pam_tool'."
++ # echo "It must be root, the PAM authentication plugin doesn't work otherwise.."
++ # echo
++ # fi
++ # chown $user "$pamtooldir/auth_pam_tool_dir" && \
++ # chmod 0700 "$pamtooldir/auth_pam_tool_dir"
++ # if test $? -ne 0
++ # then
++ # echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
++ # echo "to the '$user' user. Check that you have the necessary permissions and try again."
++ # echo
++ # fi
++ #fi
+ args="$args --user=$user"
+ fi
+