Skip to content

Commit

Permalink
Replace incorrect message mariadb-safe with correct mariadbd-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK authored and grooverdan committed Jan 19, 2024
1 parent a2eb664 commit ac774a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mysqld_safe.sh
Expand Up @@ -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

Expand Down

0 comments on commit ac774a2

Please sign in to comment.