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

Bug 678880

Summary: app-admin/yaala installs yaala.cron cron script in wrong directory /etc/logrotate.d/
Product: Gentoo Linux Reporter: Scott McClung <scott>
Component: Current packagesAssignee: 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

Description Scott McClung 2019-02-26 23:34:23 UTC
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"
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-10-07 08:22:01 UTC
Removing