diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-11-26 19:20:13 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-11-26 19:20:13 +0000 |
commit | e243d8b2e38e3536a78d7644f2602cda30814e59 (patch) | |
tree | 91747d0ad355d284725ecc09c51e9eb1561a74ae /eclass/webapp-apache.eclass | |
parent | Dependencies now working (diff) | |
download | gentoo-2-e243d8b2e38e3536a78d7644f2602cda30814e59.tar.gz gentoo-2-e243d8b2e38e3536a78d7644f2602cda30814e59.tar.bz2 gentoo-2-e243d8b2e38e3536a78d7644f2602cda30814e59.zip |
Fix for bug 34368
Diffstat (limited to 'eclass/webapp-apache.eclass')
-rw-r--r-- | eclass/webapp-apache.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass index c56a438e78d6..3b82098c0263 100644 --- a/eclass/webapp-apache.eclass +++ b/eclass/webapp-apache.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.10 2003/11/21 05:43:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.11 2003/11/26 19:20:13 stuart Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -71,7 +71,7 @@ function webapp-determine-cgibindir () #HTTPD_CGIBIN="`grep 'ScriptAlias /cgi-bin/' ${APACHECONF_COMMON} | cut -d ' ' -f 7`" #[ -z "${HTTPD_CGIBIN}" ] && HTTPD_CGIBIN="/home/httpd/cgi-bin/" # temporary fix for webapps - HTTPD_ROOT="/var/www/localhost/cgi-bin/" + HTTPD_CGIBIN="/var/www/localhost/cgi-bin/" } function webapp-determine-installowner () |