From c33f6614c3c9aa4c0ad9524b1987c2887dbece9e Mon Sep 17 00:00:00 2001 From: Stuart Herbert <stuart@gentoo.org> Date: Wed, 26 Nov 2003 19:20:13 +0000 Subject: Fix for bug 34368 --- eclass/webapp-apache.eclass | 4 ++-- 1 file 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 () -- cgit v1.2.3-65-gdbad