diff options
author | unknown <lenz@mysql.com> | 2003-03-10 20:21:11 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-03-10 20:21:11 +0100 |
commit | cdb123c25b227ee011903314a13e246da59edb23 (patch) | |
tree | 88fd55427d7b6886777068de75ba30eedd63a338 /support-files | |
parent | 3223245de3177fb42ce415b35f9edd050a5733b1 (diff) | |
download | mariadb-git-cdb123c25b227ee011903314a13e246da59edb23.tar.gz |
- added missing file mysql_secure_installation to server RPM subpackage
(bug #141) (please merge with 4.1 and onwards)
support-files/mysql.spec.sh:
- added missing file mysql_secure_installation to server RPM subpackage
(bug #141)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 34f4a919395..500b308e686 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -446,6 +446,7 @@ fi %attr(755, root, root) /usr/bin/mysql_explain_log %attr(755, root, root) /usr/bin/mysql_fix_privilege_tables %attr(755, root, root) /usr/bin/mysql_install_db +%attr(755, root, root) /usr/bin/mysql_secure_installation %attr(755, root, root) /usr/bin/mysql_setpermission %attr(755, root, root) /usr/bin/mysql_zap %attr(755, root, root) /usr/bin/mysqlbug @@ -535,6 +536,11 @@ fi %changelog +* Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com> + +- added missing file mysql_secure_installation to server subpackage + (bug #141) + * Tue Feb 11 2003 Lenz Grimmer <lenz@mysql.com> - re-added missing pre- and post(un)install scripts to server subpackage |