| Summary: | www-apache/mod_security-2.7.7 ebuild does not install mlogc | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris Frederick <cdf123> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | hydrapolic, mjo, proxy-maint |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | mod_security-2.7.7-r1.ebuild | ||
|
Description
Chris Frederick
2016-09-21 19:38:38 UTC
Hi Chris, the awesome piece of software lacks a maintainer currently... Would you like to proxy maintain it? Testing an overlay with the following added to src_install():
if use curl; then
exeinto /usr/bin
doexe "${S}/mlogc/mlogc"
dodir /etc/apache2
mv "${S}/mlogc/mlogc-default.conf" "${D}/etc/apache2/mlogc.conf"
fi
I wouldn't mind being a proxy maintainer for this, my only hesitation would be my available free time can be unpredictable.
Created attachment 448042 [details]
mod_security-2.7.7-r1.ebuild
Attached ebuild with mlogc install working.
CCing proxy-maintainers I just committed mod_security-2.9.1 to fix this. Thanks for the report and the suggested fix. I changed the USE flag name to "mlogc", because USE=curl was kind of obtuse, and the configuration file is installed straight to /etc/mlogc.conf. Oh and the log-collector perl thingy is installed too. I don't use any of this stuff, so please report back if I screwed up in some way =) |