diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-05 19:51:40 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-05 19:51:40 +0000 |
commit | 906b65335258ec6d797361092569945616dd592f (patch) | |
tree | e8d816fe12c2f4b66b61daeeacaf2eb131a4acd3 /dev-db/mysql/mysql-4.1.14.ebuild | |
parent | Sync with overlay. (diff) | |
download | gentoo-2-906b65335258ec6d797361092569945616dd592f.tar.gz gentoo-2-906b65335258ec6d797361092569945616dd592f.tar.bz2 gentoo-2-906b65335258ec6d797361092569945616dd592f.zip |
Sync with overlay, fix security bugs.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-db/mysql/mysql-4.1.14.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.1.14.ebuild b/dev-db/mysql/mysql-4.1.14.ebuild index d5f6136087d5..a5a97ab3d060 100644 --- a/dev-db/mysql/mysql-4.1.14.ebuild +++ b/dev-db/mysql/mysql-4.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.36 2006/04/13 12:55:40 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.37 2006/05/05 19:51:39 chtekk Exp $ inherit eutils gnuconfig flag-o-matic versionator @@ -440,7 +440,7 @@ src_install() { # minimal builds don't have the server if ! useq minimal; then exeinto /etc/init.d - newexe "${FILESDIR}/mysql-4.0.24-r2.rc6" mysql + newexe "${FILESDIR}/mysql.rc6" mysql insinto /etc/logrotate.d newins "${FILESDIR}/logrotate.mysql" mysql |