diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-03-16 20:39:00 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-03-16 20:39:00 +0000 |
commit | 7e2575544e9c76962ab5e77b574933e326b1ffd7 (patch) | |
tree | c04c8895d8b8e3d2619fff223fe23ce96e0f0a09 /eclass | |
parent | Added a ton of stuff to package.mask (most games) thanks to Mr_Bones_ and his... (diff) | |
download | gentoo-2-7e2575544e9c76962ab5e77b574933e326b1ffd7.tar.gz gentoo-2-7e2575544e9c76962ab5e77b574933e326b1ffd7.tar.bz2 gentoo-2-7e2575544e9c76962ab5e77b574933e326b1ffd7.zip |
Further cleanup.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 2f493df9bbdf..cb9910d90f02 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.24 2006/03/10 11:41:39 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.25 2006/03/16 20:39:00 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -442,17 +442,17 @@ mysql_src_install() { newins "${TMPDIR}/my.cnf.ok" my.cnf insinto "/etc/conf.d" - newins "${FILESDIR}/mysql-slot.conf.d-r1" "mysql" + newins "${FILESDIR}/mysql.conf.d-r1" "mysql" mysql_version_is_at_least "5.00.11.00" \ - && newins "${FILESDIR}/mysqlmanager-slot.conf.d" "mysqlmanager" + && newins "${FILESDIR}/mysqlmanager.conf.d" "mysqlmanager" # minimal builds don't have the server if ! useq minimal; then exeinto /etc/init.d - newexe "${FILESDIR}/mysql-slot.rc6-r3" "mysql" + newexe "${FILESDIR}/mysql.rc6-r3" "mysql" mysql_version_is_at_least "5.00.11.00" \ - && newexe "${FILESDIR}/mysqlmanager-slot.rc6" "mysqlmanager" + && newexe "${FILESDIR}/mysqlmanager.rc6" "mysqlmanager" insinto /etc/logrotate.d sed -e "s!___MY_SUFFIX___!${MY_SUFFIX}!g" \ "${FILESDIR}/logrotate-slot.mysql" \ @@ -689,4 +689,4 @@ mysql_pkg_postrm() { einfo "you may want to run \"eselect mysql list\" followed by a " einfo "\"eselect mysql list\" to choose the default mysql server" fi -}
\ No newline at end of file +} |