diff options
author | 2004-06-20 14:20:18 +0000 | |
---|---|---|
committer | 2004-06-20 14:20:18 +0000 | |
commit | 1b15f488cd08709ae2644d5446b430cb59c59635 (patch) | |
tree | 519df80ff8be8ad1eca68f4f64fb916598cdc2f6 /net-www | |
parent | Replaced cateogry with net-www. (Manifest recommit) (diff) | |
download | gentoo-2-1b15f488cd08709ae2644d5446b430cb59c59635.tar.gz gentoo-2-1b15f488cd08709ae2644d5446b430cb59c59635.tar.bz2 gentoo-2-1b15f488cd08709ae2644d5446b430cb59c59635.zip |
Marked stable for x86.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index 661b333b5ede..a9c19171a273 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.1 2004/05/22 02:06:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.2 2004/06/20 14:20:18 zul Exp $ + + 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_fastcgi-2.4.2.ebuild: + Marked stable for x86. Changed ${CATEGORY} to net-www. *mod_fastcgi-2.4.2 (21 May 2004) 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 581118e6d781..53e5f882fdd0 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/05/22 02:06:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.2 2004/06/20 14:20:18 zul 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" +KEYWORDS="x86" detectapache() { local domsg= @@ -85,7 +85,7 @@ pkg_postinst() { einfo "Add '-D FASTCGI' to your APACHE2_OPTS in /etc/conf.d/apache2" else einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo " \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" einfo "2. Edit /etc/conf.d/apache and add \"-D FASTCGI\" to APACHE_OPTS" fi } |