summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-02-01 13:13:10 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-02-01 13:13:10 +0000
commit85b032a72766c10a1930c9c98108bda1a48527f7 (patch)
tree5333c8bf67055a8a76ed0edb94315b233103f01b /dev-db
parentmodified the recently added patch (diff)
downloadgentoo-2-85b032a72766c10a1930c9c98108bda1a48527f7.tar.gz
gentoo-2-85b032a72766c10a1930c9c98108bda1a48527f7.tar.bz2
gentoo-2-85b032a72766c10a1930c9c98108bda1a48527f7.zip
Bug #80308.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/ChangeLog5
-rw-r--r--dev-db/mysql/files/logrotate.mysql4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 3e2cdebdd96f..eb7bdc437cf1 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.171 2005/01/30 00:18:18 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.172 2005/02/01 13:13:10 robbat2 Exp $
+
+ 01 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> files/logrotate.mysql:
+ Bug #80308.
29 Jan 2005; Robin H. Johnson <robbat2@gentoo.org>
mysql-3.23.52-r1.ebuild, mysql-3.23.56.ebuild, mysql-3.23.57-r1.ebuild,
diff --git a/dev-db/mysql/files/logrotate.mysql b/dev-db/mysql/files/logrotate.mysql
index 01448a155597..d9d4bf3e7042 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.2 2005/01/07 03:30:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/logrotate.mysql,v 1.3 2005/02/01 13:13:10 robbat2 Exp $
/var/log/mysql/mysql.err /var/log/mysql/mysql.log /var/log/mysql/mysqld.err {
monthly
create 660 mysql mysql
@@ -9,6 +9,6 @@ size 5M
sharedscripts
postrotate
missingok
-/sbin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
+/bin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
endscript
}