summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-11-26 19:20:13 +0000
committerStuart Herbert <stuart@gentoo.org>2003-11-26 19:20:13 +0000
commitc33f6614c3c9aa4c0ad9524b1987c2887dbece9e (patch)
treee7a999c90da75123386e9030c9e166b739c33694 /eclass/webapp-apache.eclass
parentDependencies now working (diff)
downloadhistorical-c33f6614c3c9aa4c0ad9524b1987c2887dbece9e.tar.gz
historical-c33f6614c3c9aa4c0ad9524b1987c2887dbece9e.tar.bz2
historical-c33f6614c3c9aa4c0ad9524b1987c2887dbece9e.zip
Fix for bug 34368
Diffstat (limited to 'eclass/webapp-apache.eclass')
-rw-r--r--eclass/webapp-apache.eclass4
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 ()