Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307747 - www-servers/apache: do not always install /etc/apache2/magic
Summary: www-servers/apache: do not always install /etc/apache2/magic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-04 10:59 UTC by Bernd Lommerzheim
Modified: 2010-03-05 09:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Lommerzheim 2010-03-04 10:59:12 UTC
Hello,
the apache-2 eclass always installs the /etc/apache2/magic file although it is only used by the mod_mime_magic module. Therefore it should only be installed when building apache with USE="+apache2_modules_mime_magic". This patch for the apache-2 eclass should fix this:
489c489
<       doins docs/conf/magic
---
>       use apache2_modules_mime_magic && doins docs/conf/magic

Best regards.
Bernd Lommerzheim
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2010-03-05 09:01:15 UTC
fixed, thanks