]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- added update log
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Apr 2003 17:02:48 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.logrotate -> 1.8

mysql.logrotate

index d953b89464cf12ad0143fa5d12b5edcbc0e57487..55013e6bb14710a7e191ba0ffecacc0bab4173a8 100644 (file)
        endscript
 }
 
+/var/log/mysql/update {
+        olddir /var/log/archiv/mysql
+        notifempty
+        missingok
+        create 640 mysql mysql
+
+        prerotate
+                /usr/bin/mysqladmin --defaults-file=/etc/mysqld.conf flush-logs
+        endscript
+
+        postrotate
+                /usr/bin/mysqladmin --defaults-file=/etc/mysqld.conf flush-logs
+        endscript
+}
+
+
+
This page took 0.477192 seconds and 4 git commands to generate.