diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-03 05:49:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-03 05:49:25 +0000 |
commit | a003611c4c12c31bd6c2ad7d6b905f4066794a88 (patch) | |
tree | e86b13d78c48881cd6226eb6c36ed366d8b96f9e /eclass | |
parent | nonblock patch (diff) | |
download | historical-a003611c4c12c31bd6c2ad7d6b905f4066794a88.tar.gz historical-a003611c4c12c31bd6c2ad7d6b905f4066794a88.tar.bz2 historical-a003611c4c12c31bd6c2ad7d6b905f4066794a88.zip |
cgi should have extensions too.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index b0881cea7092..49706738b588 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.13 2004/07/06 22:24:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.14 2004/08/03 05:49:25 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -46,7 +46,7 @@ php-ext-base_buildinilist () { # work out the list of .ini files to edit/add to if [ -z "${PHPSAPILIST}" ]; then - PHPSAPILIST="apache1 apache2 cli" + PHPSAPILIST="apache1 apache2 cli cgi" fi PHPINIFILELIST= |