diff options
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/files/logrotate.mysql | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index cb03253a59b9..5058b3b40fca 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.154 2005/01/01 17:37:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.155 2005/01/07 03:30:11 robbat2 Exp $ + + 06 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> files/logrotate.mysql: + Bug #76909, logrotate missingok. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance 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 } |