Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41401

Summary: Kronolith, Turba and Horde install in the wrong place
Product: Gentoo Linux Reporter: Neil Watson <gentoo>
Component: New packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED INVALID    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Neil Watson 2004-02-12 11:08:13 UTC
I have apache 1.3.29-r1 installed.  The apache ebuild placed htdocs at /home/httpd/htdocs.  Howerver the Horde ebuilds place their files (for Truba and Kronolith at least) at /var/www/localhost.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-02-12 11:15:31 UTC
HTDOCS dir is /var/www/localhost

the apache 1.3.29-r1 ebuild uses that
root@vapier 0 apache # grep /home/httpd apache-1.3.29-r1.ebuild 
root@vapier 0 apache # grep /var/www apache-1.3.29-r1.ebuild 
DATADIR="/var/www/localhost"