summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-03 11:51:36 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-03 11:51:36 +0000
commitdd658ecf24d66e47d6a40e944e3a811fd359ac23 (patch)
tree85be26341fd06d884ea36d646121f125d6275d1a /eclass/depend.apache.eclass
parentx86 stable, bug #208313 (diff)
downloadhistorical-dd658ecf24d66e47d6a40e944e3a811fd359ac23.tar.gz
historical-dd658ecf24d66e47d6a40e944e3a811fd359ac23.tar.bz2
historical-dd658ecf24d66e47d6a40e944e3a811fd359ac23.zip
add path to the apache binary; obsolete APACHECTL in favor of APACHE_CTL
Diffstat (limited to 'eclass/depend.apache.eclass')
-rw-r--r--eclass/depend.apache.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 92b2e1f83ee7..2fd82136c72e 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.37 2008/02/02 14:31:42 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.38 2008/02/03 11:51:36 hollow Exp $
# @ECLASS: depend.apache.eclass
# @MAINTAINER: apache-devs@gentoo.org
@@ -95,7 +95,10 @@ _init_apache2() {
# into the dependency cache (DEPEND/RDEPEND/etc)
APACHE_VERSION="2"
APXS="/usr/sbin/apxs2"
- APACHECTL="/usr/sbin/apache2ctl"
+ APACHE_BIN="/usr/sbin/apache2"
+ APACHE_CTL="/usr/sbin/apache2ctl"
+ # legacy alias
+ APACHECTL="${APACHE_CTL}"
APACHE_BASEDIR="/usr/$(get_libdir)/apache2"
APACHE_CONFDIR="/etc/apache2"
APACHE_MODULES_CONFDIR="${APACHE_CONFDIR}/modules.d"