| Summary: | app-admin/yaala installs yaala.cron cron script in wrong directory /etc/logrotate.d/ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Scott McClung <scott> |
| 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 OBSOLETE | ||
| Severity: | normal | CC: | mgorny, mjo, scott |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
Removing |
Created attachment 566634 [details] emerge --info =app-admin/yaala-0.7.3-r2 installs a script probably intended for /etc/cron.d/yaala.cron as /etc/logrotate.d/yaala.cron, the contents of which do not work with logrotate. #!/bin/bash # Generate a report, if the logfile is found. if [[ -s /var/log/httpd/access_log ]] ; then /usr/bin/yaala --config common_log.conf fi exit 0 # emerge -qpvO app-admin/yaala [ebuild R ] app-admin/yaala-0.7.3-r2 USE="-gd"