mysql/dev-db/mysql-init-scripts/files/logrotate.mysql
geos_one 53348f1af6 add mysql overlay
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1366 6952d904-891a-0410-993b-d76249ca496b
2009-07-13 18:29:13 +00:00

16 lines
453 B
SQL

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/files/logrotate.mysql,v 1.1 2007/01/12 16:54:20 chtekk Exp $
/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
/bin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
endscript
}