]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- removed prerotate,
authorkloczek <kloczek@pld-linux.org>
Wed, 1 Dec 1999 10:19:35 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- in postrotate run /etc/rc.d/init.d/mysql restart.

Changed files:
    mysql.logrotate -> 1.2

mysql.logrotate

index c52e7701198c479501a22578c4ae59ebdcf49c9b..7f872089d052a0fd4729603dbd50379b375b54ce 100644 (file)
@@ -1,8 +1,5 @@
 /var/log/mysqld.log {
-       prerotate
-               mysqladmin flush-logs
-       endscript
        postrotate
-               mysqladmin flush-logs
+               /etc/rc.d/init.d/mysql restart
        endscript
 }
This page took 0.193166 seconds and 4 git commands to generate.