Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344175 - =app-admin/rsyslog-5.4.0 invalid IUSE=logrotate
Summary: =app-admin/rsyslog-5.4.0 invalid IUSE=logrotate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 198901
  Show dependency tree
 
Reported: 2010-11-04 19:16 UTC by Jeroen Roovers (RETIRED)
Modified: 2011-03-30 14:13 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 Jeroen Roovers (RETIRED) gentoo-dev 2010-11-04 19:16:43 UTC
You don't need to DEPEND on app-admin/logrotate to install a logrotate configuration file, and you don't need to conditionally install the configuration file:

    if use logrotate; then
        insinto /etc/logrotate.d/
        newins "${FILESDIR}/${BRANCH}/rsyslog.logrotate" rsyslog || die
    fi
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-03-30 14:13:18 UTC
Fixed in main tree.