| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.21 2005/09/10 20:21:51 vericgar Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.23 2005/09/19 00:03:55 vericgar Exp $ |
|
|
4 | |
|
|
5 | inherit multilib |
| 4 | |
6 | |
| 5 | ###### |
7 | ###### |
| 6 | ## Apache Common Variables |
8 | ## Apache Common Variables |
| 7 | ## |
9 | ## |
| 8 | ## These are internal variables used by this, and other apache-related eclasses, |
10 | ## These are internal variables used by this, and other apache-related eclasses, |
| … | |
… | |
| 40 | #### |
42 | #### |
| 41 | ## APACHE1_BASEDIR, APACHE2_BASEDIR |
43 | ## APACHE1_BASEDIR, APACHE2_BASEDIR |
| 42 | ## |
44 | ## |
| 43 | ## Paths to the server root directories |
45 | ## Paths to the server root directories |
| 44 | #### |
46 | #### |
|
|
47 | #APACHE1_BASEDIR="/usr/$(get_libdir)/apache" |
|
|
48 | #APACHE2_BASEDIR="/usr/$(get_libdir)/apache2" |
| 45 | APACHE1_BASEDIR="/usr/lib/apache" |
49 | APACHE1_BASEDIR="/usr/lib/apache" |
| 46 | APACHE2_BASEDIR="/usr/lib/apache2" |
50 | APACHE2_BASEDIR="/usr/lib/apache2" |
| 47 | |
51 | |
| 48 | #### |
52 | #### |
| 49 | ## APACHE1_CONFDIR, APACHE2_CONFDIR |
53 | ## APACHE1_CONFDIR, APACHE2_CONFDIR |