diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-07-26 04:04:38 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-07-26 04:04:38 +0000 |
commit | c978a8af903767a969c23237f2c90205d093c22c (patch) | |
tree | fa0c82a01f6035f4b8f9bc73108b960ddce60db2 /dev-db | |
parent | version bump (diff) | |
download | gentoo-2-c978a8af903767a969c23237f2c90205d093c22c.tar.gz gentoo-2-c978a8af903767a969c23237f2c90205d093c22c.tar.bz2 gentoo-2-c978a8af903767a969c23237f2c90205d093c22c.zip |
fix initscript install typo
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-3.23.51-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-3.23.51-r3.ebuild b/dev-db/mysql/mysql-3.23.51-r3.ebuild index fb5fc4f71b72..a0cb448da55f 100644 --- a/dev-db/mysql/mysql-3.23.51-r3.ebuild +++ b/dev-db/mysql/mysql-3.23.51-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.51-r3.ebuild,v 1.1 2002/07/26 03:01:13 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.51-r3.ebuild,v 1.2 2002/07/26 04:04:38 woodchip Exp $ SVER=${PV%.*} #normal releases: @@ -120,7 +120,7 @@ src_install() { insinto /etc/mysql doins ${FILESDIR}/my.cnf scripts/mysqlaccess.conf exeinto /etc/init.d - newexe ${FILESDIR}/mysql.rc6 mysql + newexe ${FILESDIR}/mysql.init mysql } pkg_config() { |