summaryrefslogtreecommitdiff
path: root/dev-db/mysql-init-scripts/files/logrotate.mysql
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-08-28 16:43:08 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-08-28 16:43:22 +0200
commit88ee64577bc5e9b5343299ca3120bb5e6dba6b2c (patch)
tree481de1c2e1017dbdd1f039b2284b93281653fbae /dev-db/mysql-init-scripts/files/logrotate.mysql
parent8bbfb6cb4756617dc44545e58c4d3c159296a713 (diff)
downloadgentoo-88ee64577bc5e9b5343299ca3120bb5e6dba6b2c.tar.gz
gentoo-88ee64577bc5e9b5343299ca3120bb5e6dba6b2c.tar.bz2
gentoo-88ee64577bc5e9b5343299ca3120bb5e6dba6b2c.zip
dev-db/mysql-init-scripts: drop old
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql-init-scripts/files/logrotate.mysql')
-rw-r--r--dev-db/mysql-init-scripts/files/logrotate.mysql14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/mysql-init-scripts/files/logrotate.mysql b/dev-db/mysql-init-scripts/files/logrotate.mysql
deleted file mode 100644
index afb20c66d479..000000000000
--- a/dev-db/mysql-init-scripts/files/logrotate.mysql
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-/var/log/mysql/mysql.err /var/log/mysql/mysql.log /var/log/mysql/mysqld.err {
-monthly
-create 660 mysql mysql
-notifempty
-size 5M
-sharedscripts
-missingok
-postrotate
-[ -f /var/run/mysqld/mysqld.pid ] && /bin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
-endscript
-}