summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-01-24 23:56:01 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-01-24 23:56:01 +0000
commit43afe103d426885212e95d7cbf7c420739e2cb95 (patch)
treefd3bc89ed2e1a58b7d221755f927087a6c48aae9 /eclass/mysql.eclass
parentMake modular X friendly. (diff)
downloadhistorical-43afe103d426885212e95d7cbf7c420739e2cb95.tar.gz
historical-43afe103d426885212e95d7cbf7c420739e2cb95.tar.bz2
historical-43afe103d426885212e95d7cbf7c420739e2cb95.zip
inherit again from mysql_fx, needed for emerge, removed unwanted debug output
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 373b1f132a0a..cdfb6dccbc83 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,11 +1,11 @@
# 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.9 2006/01/24 23:09:00 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.10 2006/01/24 23:56:01 vivo Exp $
# Author: Francesco Riosa <vivo at gentoo.org>
# Maintainer: Francesco Riosa <vivo at gentoo.org>
-inherit eutils flag-o-matic gnuconfig
+inherit eutils flag-o-matic gnuconfig mysql_fx
#major, minor only in the slot
SLOT=$(( ${MYSQL_VERSION_ID} / 10000 ))
@@ -426,7 +426,6 @@ mysql_src_install() {
-e "s!@DATADIR@!${DATADIR}!g" \
"${FILESDIR}/my.cnf-4.1-r1" \
> "${TMPDIR}/my.cnf.ok"
-ls -l ${TMPDIR} ${FILESDIR}/my.cnf-4.1-r1
newins "${TMPDIR}/my.cnf.ok" my.cnf
insinto "/etc/conf.d"