diff options
author | unknown <lenz@mysql.com> | 2003-12-22 14:56:06 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-12-22 14:56:06 +0100 |
commit | 9cd4e65081dadd69fd5cc7e12a6a9786d657c681 (patch) | |
tree | e4d1d6cae442604f1605b5fcb0c07aae9850f4c0 /support-files | |
parent | 76a36815dff4e094131db5caebe6bf1eb97b396e (diff) | |
download | mariadb-git-9cd4e65081dadd69fd5cc7e12a6a9786d657c681.tar.gz |
- marked /etc/logrotate.d/mysql as a config file in the RPM spec file
(BUG#2156)
support-files/mysql.spec.sh:
- marked /etc/logrotate.d/mysql as a config file (BUG#2156)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index e1c3476f738..e25a8a40c71 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -493,7 +493,7 @@ fi %attr(755, root, root) %{_sbindir}/rcmysql %attr(644, root, root) %{_libdir}/mysql/mysqld.sym -%attr(644, root, root) %{_sysconfdir}/logrotate.d/mysql +%attr(644, root, root) %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql %attr(755, root, root) %{_sysconfdir}/init.d/mysql %attr(755, root, root) %{_datadir}/mysql/ @@ -572,6 +572,10 @@ fi # The spec file changelog only includes changes made to the spec file # itself %changelog +* Mon Dec 22 2003 Lenz Grimmer <lenz@mysql.com> + +- marked /etc/logrotate.d/mysql as a config file (BUG 2156) + * Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com> - fixed file permissions (BUG 1672) |