diff options
author | 2006-01-17 01:35:48 +0000 | |
---|---|---|
committer | 2006-01-17 01:35:48 +0000 | |
commit | 671ac5ea1fba93dcece3b48dc0ae9e4aa77d8b69 (patch) | |
tree | f45fb0d6200085b2080051d9935e48158f07af90 /net-www/apache | |
parent | Mark stable, x86, amd64, ppc, sparc. (diff) | |
download | gentoo-2-671ac5ea1fba93dcece3b48dc0ae9e4aa77d8b69.tar.gz gentoo-2-671ac5ea1fba93dcece3b48dc0ae9e4aa77d8b69.tar.bz2 gentoo-2-671ac5ea1fba93dcece3b48dc0ae9e4aa77d8b69.zip |
use new{init,conf}d
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/apache-2.0.55.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-www/apache/apache-2.0.55.ebuild b/net-www/apache/apache-2.0.55.ebuild index 85d60ba2e38b..d18f5627abf7 100644 --- a/net-www/apache/apache-2.0.55.ebuild +++ b/net-www/apache/apache-2.0.55.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/net-www/apache/apache-2.0.55.ebuild,v 1.9 2006/01/15 02:35:49 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.55.ebuild,v 1.10 2006/01/17 01:35:48 vapier Exp $ inherit eutils gnuconfig multilib @@ -271,11 +271,8 @@ src_install () { rm -rf var/www/localhost # config files - insinto /etc/conf.d - newins ${GENTOO_PATCHDIR}/init/apache2.confd apache2 - - exeinto /etc/init.d - newexe ${GENTOO_PATCHDIR}/init/apache2.initd apache2 + newconfd ${GENTOO_PATCHDIR}/init/apache2.confd apache2 + newinitd ${GENTOO_PATCHDIR}/init/apache2.initd apache2 insinto /etc/logrotate.d newins ${GENTOO_PATCHDIR}/scripts/apache2-logrotate apache2 |