summaryrefslogtreecommitdiffstats
path: root/source/ap/mariadb/mysql_install_db.nopam.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/mariadb/mysql_install_db.nopam.diff')
-rw-r--r--source/ap/mariadb/mysql_install_db.nopam.diff18
1 files changed, 11 insertions, 7 deletions
diff --git a/source/ap/mariadb/mysql_install_db.nopam.diff b/source/ap/mariadb/mysql_install_db.nopam.diff
index d1fd2ad23..3d67d2bf5 100644
--- a/source/ap/mariadb/mysql_install_db.nopam.diff
+++ b/source/ap/mariadb/mysql_install_db.nopam.diff
@@ -1,10 +1,11 @@
---- ./scripts/mysql_install_db.sh.orig 2019-06-17 17:00:32.000000000 -0500
-+++ ./scripts/mysql_install_db.sh 2019-07-05 14:18:46.519035789 -0500
-@@ -467,23 +467,24 @@
+--- ./scripts/mysql_install_db.sh.orig 2019-08-01 13:25:00.406477885 -0500
++++ ./scripts/mysql_install_db.sh 2019-08-01 13:27:53.316490799 -0500
+@@ -480,25 +480,26 @@
if test -n "$user"
then
-- chown $user "$pamtooldir/auth_pam_tool_dir"
+- 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"
@@ -13,7 +14,8 @@
- fi
- if test -z "$srcdir"
- then
-- chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"
+- 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'."
@@ -22,7 +24,8 @@
- fi
- fi
+ # Commented out since Slackware does not currently provide PAM:
-+ #chown $user "$pamtooldir/auth_pam_tool_dir"
++ #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"
@@ -31,7 +34,8 @@
+ #fi
+ #if test -z "$srcdir"
+ #then
-+ # chown 0 "$pamtooldir/auth_pam_tool_dir/auth_pam_tool"
++ # 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'."