summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-01-07 03:30:11 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-01-07 03:30:11 +0000
commit1e7b7042e560800e2ab646b38f8dbe923e5d8179 (patch)
tree824bbbd605bad7289d76687ab13cc19084df37bc /dev-db/mysql/files
parentInitial ebuild, bug #61624, submitted by Michael Krelin <gentoodoo@klever.net... (diff)
downloadgentoo-2-1e7b7042e560800e2ab646b38f8dbe923e5d8179.tar.gz
gentoo-2-1e7b7042e560800e2ab646b38f8dbe923e5d8179.tar.bz2
gentoo-2-1e7b7042e560800e2ab646b38f8dbe923e5d8179.zip
Bug #76909, logrotate missingok.
Diffstat (limited to 'dev-db/mysql/files')
-rw-r--r--dev-db/mysql/files/logrotate.mysql3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/mysql/files/logrotate.mysql b/dev-db/mysql/files/logrotate.mysql
index 7f20baebe154..01448a155597 100644
--- a/dev-db/mysql/files/logrotate.mysql
+++ b/dev-db/mysql/files/logrotate.mysql
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/logrotate.mysql,v 1.1 2004/12/23 10:56:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/logrotate.mysql,v 1.2 2005/01/07 03:30:11 robbat2 Exp $
/var/log/mysql/mysql.err /var/log/mysql/mysql.log /var/log/mysql/mysqld.err {
monthly
create 660 mysql mysql
@@ -8,6 +8,7 @@ notifempty
size 5M
sharedscripts
postrotate
+missingok
/sbin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
endscript
}