Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678880 - app-admin/yaala installs yaala.cron cron script in wrong directory /etc/logrotate.d/
Summary: app-admin/yaala installs yaala.cron cron script in wrong directory /etc/logro...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-26 23:34 UTC by Scott McClung
Modified: 2019-10-07 08:22 UTC (History)
3 users (show)

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


Attachments
emerge --info (file_678880.txt,10.25 KB, text/plain)
2019-02-26 23:34 UTC, Scott McClung
Details

Note You need to log in before you can comment on or make changes to this bug.
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