]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- logrotate file for mysql.
authorkloczek <kloczek@pld-linux.org>
Wed, 1 Dec 1999 01:17:05 +0000 (01:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.logrotate -> 1.1

mysql.logrotate [new file with mode: 0644]

diff --git a/mysql.logrotate b/mysql.logrotate
new file mode 100644 (file)
index 0000000..c52e770
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/mysqld.log {
+       prerotate
+               mysqladmin flush-logs
+       endscript
+       postrotate
+               mysqladmin flush-logs
+       endscript
+}
This page took 0.107871 seconds and 4 git commands to generate.