Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: depend.apache.eclass
Date: Sun, 03 Feb 2008 11:51:40
Message-Id: E1JLdNp-0003hV-69@stork.gentoo.org
1 hollow 08/02/03 11:51:37
2
3 Modified: depend.apache.eclass
4 Log:
5 add path to the apache binary; obsolete APACHECTL in favor of APACHE_CTL
6
7 Revision Changes Path
8 1.38 eclass/depend.apache.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.apache.eclass?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.apache.eclass?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.apache.eclass?r1=1.37&r2=1.38
13
14 Index: depend.apache.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- depend.apache.eclass 2 Feb 2008 14:31:42 -0000 1.37
21 +++ depend.apache.eclass 3 Feb 2008 11:51:36 -0000 1.38
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.37 2008/02/02 14:31:42 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.38 2008/02/03 11:51:36 hollow Exp $
27
28 # @ECLASS: depend.apache.eclass
29 # @MAINTAINER: apache-devs@g.o
30 @@ -95,7 +95,10 @@
31 # into the dependency cache (DEPEND/RDEPEND/etc)
32 APACHE_VERSION="2"
33 APXS="/usr/sbin/apxs2"
34 - APACHECTL="/usr/sbin/apache2ctl"
35 + APACHE_BIN="/usr/sbin/apache2"
36 + APACHE_CTL="/usr/sbin/apache2ctl"
37 + # legacy alias
38 + APACHECTL="${APACHE_CTL}"
39 APACHE_BASEDIR="/usr/$(get_libdir)/apache2"
40 APACHE_CONFDIR="/etc/apache2"
41 APACHE_MODULES_CONFDIR="${APACHE_CONFDIR}/modules.d"
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list