summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/packages/glibc-zoneinfo-2022f-noarch-1_slack15.0.txt (renamed from patches/packages/glibc-zoneinfo-2022e-noarch-1_slack15.0.txt)0
-rw-r--r--patches/packages/mariadb-10.5.18-x86_64-1_slack15.0.txt (renamed from patches/packages/mariadb-10.5.17-x86_64-1_slack15.0.txt)0
-rwxr-xr-xpatches/source/mariadb/mariadb.SlackBuild4
3 files changed, 2 insertions, 2 deletions
diff --git a/patches/packages/glibc-zoneinfo-2022e-noarch-1_slack15.0.txt b/patches/packages/glibc-zoneinfo-2022f-noarch-1_slack15.0.txt
index c6e7a698e..c6e7a698e 100644
--- a/patches/packages/glibc-zoneinfo-2022e-noarch-1_slack15.0.txt
+++ b/patches/packages/glibc-zoneinfo-2022f-noarch-1_slack15.0.txt
diff --git a/patches/packages/mariadb-10.5.17-x86_64-1_slack15.0.txt b/patches/packages/mariadb-10.5.18-x86_64-1_slack15.0.txt
index d45005822..d45005822 100644
--- a/patches/packages/mariadb-10.5.17-x86_64-1_slack15.0.txt
+++ b/patches/packages/mariadb-10.5.18-x86_64-1_slack15.0.txt
diff --git a/patches/source/mariadb/mariadb.SlackBuild b/patches/source/mariadb/mariadb.SlackBuild
index 6869dd865..8c6c87483 100755
--- a/patches/source/mariadb/mariadb.SlackBuild
+++ b/patches/source/mariadb/mariadb.SlackBuild
@@ -191,12 +191,12 @@ rm -rf $PKG/usr/sql-bench
# This is the directory where databases are stored
mkdir -p $PKG/var/lib/mysql
-chown mysql.mysql $PKG/var/lib/mysql
+chown mysql:mysql $PKG/var/lib/mysql
chmod 0750 $PKG/var/lib/mysql
# This is where the socket is stored
mkdir -p $PKG/var/run/mysql
-chown mysql.mysql $PKG/var/run/mysql
+chown mysql:mysql $PKG/var/run/mysql
chmod 0755 $PKG/var/run/mysql
# Add init script: