From 88ee64577bc5e9b5343299ca3120bb5e6dba6b2c Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 28 Aug 2019 16:43:08 +0200 Subject: dev-db/mysql-init-scripts: drop old Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- dev-db/mysql-init-scripts/files/logrotate.mysql | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dev-db/mysql-init-scripts/files/logrotate.mysql (limited to 'dev-db/mysql-init-scripts/files/logrotate.mysql') 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 -} -- cgit v1.2.3