diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-01-16 11:54:27 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-01-16 11:54:27 +0000 |
commit | 6adb7b7a1fffc362aa16c0791a86bf7b309d3e53 (patch) | |
tree | 649d5f23bc603e7c1a2822d17454a5e390aa8b03 /net-www/mod_fastcgi | |
parent | Fix typo in URL (qbankmanager). (Manifest recommit) (diff) | |
download | gentoo-2-6adb7b7a1fffc362aa16c0791a86bf7b309d3e53.tar.gz gentoo-2-6adb7b7a1fffc362aa16c0791a86bf7b309d3e53.tar.bz2 gentoo-2-6adb7b7a1fffc362aa16c0791a86bf7b309d3e53.zip |
fix broken install on apache1 (#52734)
Diffstat (limited to 'net-www/mod_fastcgi')
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index 3da577903b4d..486c866c708c 100644 --- a/net-www/mod_fastcgi/ChangeLog +++ b/net-www/mod_fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_fastcgi -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.8 2004/10/03 19:28:29 kugelfang Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.9 2005/01/16 11:54:27 mrness Exp $ + + 16 Jan 2005; Alin Nastac <mrness@gentoo.org> mod_fastcgi-2.4.2.ebuild: + Fix installation problem on Apache1 (#52734). 03 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> mod_fastcgi-2.4.2.ebuild: Marked ~amd64. diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild index 33dc1a90ddb7..f0fe24837821 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.8 2004/10/03 19:28:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.9 2005/01/16 11:54:27 mrness Exp $ DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs." KEYWORDS="x86 ppc ~amd64" @@ -74,7 +74,7 @@ src_install() { doins ${FILESDIR}/20_mod_fastcgi.conf else exeinto /usr/lib/apache-extramodules - doexe .libs/${PN}.so + doexe ${PN}.so insinto /etc/apache/conf/addon-modules doins ${FILESDIR}/mod_fastcgi.conf fi |