diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-17 01:35:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-17 01:35:48 +0000 |
commit | b4d5b2d4f359eb6057d9942670e5ba3604cbd1f8 (patch) | |
tree | 6267d3b8db59d5e7b99a7ff11aaf6671c2c017a1 /net-www | |
parent | dont copyright config files (diff) | |
download | historical-b4d5b2d4f359eb6057d9942670e5ba3604cbd1f8.tar.gz historical-b4d5b2d4f359eb6057d9942670e5ba3604cbd1f8.tar.bz2 historical-b4d5b2d4f359eb6057d9942670e5ba3604cbd1f8.zip |
use new{init,conf}d
Diffstat (limited to 'net-www')
-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 |