summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2001-11-05 03:54:49 +0000
committerChad Huneycutt <chadh@gentoo.org>2001-11-05 03:54:49 +0000
commitdc47f767b85c3f6328ca71e27a75d25731f843b3 (patch)
tree9cab5d24b6b82cb84c995f9d412e438fd0f82af4 /dev-db
parent*** empty log message *** (diff)
downloadgentoo-2-dc47f767b85c3f6328ca71e27a75d25731f843b3.tar.gz
gentoo-2-dc47f767b85c3f6328ca71e27a75d25731f843b3.tar.bz2
gentoo-2-dc47f767b85c3f6328ca71e27a75d25731f843b3.zip
init script was being installed in /etc/rc.d/init.d
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/mysql-3.23.43-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-3.23.43-r1.ebuild b/dev-db/mysql/mysql-3.23.43-r1.ebuild
index b08503ed7d7d..5aa9c185d862 100644
--- a/dev-db/mysql/mysql-3.23.43-r1.ebuild
+++ b/dev-db/mysql/mysql-3.23.43-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.43-r1.ebuild,v 1.2 2001/10/30 01:50:23 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.43-r1.ebuild,v 1.3 2001/11/05 03:54:49 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The MySQL Database"
@@ -113,8 +113,8 @@ src_install() {
cp scripts/mysqlaccess.conf ${D}/etc/mysql
cp ${FILESDIR}/my.cnf ${D}/etc/mysql
- dodir /etc/rc.d/init.d
- cp ${FILESDIR}/mysql ${D}/etc/rc.d/init.d/mysql
+ dodir /etc/init.d
+ cp ${FILESDIR}/mysql ${D}/etc/init.d/mysql
# MySQL Docs