1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Replace incorrect message mariadb-safe with correct mariadbd-safe

This commit is contained in:
Sophist
2023-12-21 20:09:29 +00:00
committed by Daniel Black
parent a2eb664f08
commit ac774a2656

View File

@@ -42,7 +42,7 @@ trap '' 1 2 3 15 # we shouldn't let anyone kill us
case "$0" in
*mysqld_safe)
echo "$0: Deprecated program name. It will be removed in a future release, use 'mariadb-safe' instead" 1>&2
echo "$0: Deprecated program name. It will be removed in a future release, use 'mariadbd-safe' instead" 1>&2
;;
esac