Bug 31532 - Ошибка в /etc/logrotate.d/mysql
Summary: Ошибка в /etc/logrotate.d/mysql
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mariadb-server (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-24 22:09 MSK by Chess
Modified: 2015-11-30 13:12 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chess 2015-11-24 22:09:25 MSK
logrotate_script: -c: line 2: syntax error: unexpected end of file
error: error running non-shared postrotate script for /var/lib/mysql/log/mysqld.log of '/var/lib/mysql/log/* '


-               if if mysqladmin ping &>/dev/null; then mysqladmin flush-logs; fi
+               if mysqladmin ping &>/dev/null; then mysqladmin flush-logs; fi
Comment 1 Repository Robot 2015-11-30 13:12:18 MSK
mariadb-10.1.9-alt1 -> sisyphus:

* Mon Nov 30 2015 Alexey Shabalin <shaba@altlinux> 10.1.9-alt1
- 10.1.9
- fix typo in logrotate script (ALT #31532)

* Tue Oct 20 2015 Alexey Shabalin <shaba@altlinux> 10.1.8-alt1
- 10.1.8
- update BR: for use compress
- build with systemd notify support
- provides/obsoletes mariadb-galera