diff options
author | Daniel Black <daniel@mariadb.org> | 2022-12-12 14:20:08 +1100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2023-04-11 07:59:02 +1000 |
commit | 320a4b52c9c73a37b3553cec6a9d170924957c36 (patch) | |
tree | f6adda5397ddc51ef83ab66160e2c326a8648e9c /debian/additions/debian-start | |
parent | 2b61ff8f2221745f0a96855a0feb0825c426f993 (diff) | |
download | mariadb-git-320a4b52c9c73a37b3553cec6a9d170924957c36.tar.gz |
MDEV-30205 Move /usr/share/mysql to /usr/share/mariadb
These are mainly internal files so is a low impact change.
The few scripts/mysql*sql where renames to mariadb_* prefix
on the name.
mysql-test renamed to mariadb-test in the final packages
Diffstat (limited to 'debian/additions/debian-start')
-rwxr-xr-x | debian/additions/debian-start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/additions/debian-start b/debian/additions/debian-start index 2a8b61ddaff..2b897e913cf 100755 --- a/debian/additions/debian-start +++ b/debian/additions/debian-start @@ -6,7 +6,7 @@ # Changes to this file will be preserved when updating the Debian package. # -source /usr/share/mysql/debian-start.inc.sh +source /usr/share/mariadb/debian-start.inc.sh # Read default/mysql first and then default/mariadb just like the init.d file does if [ -f /etc/default/mysql ]; then |