Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542906 - sys-process/atop: incorrect logrotate.d/psaccu_atop
Summary: sys-process/atop: incorrect logrotate.d/psaccu_atop
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 590466
  Show dependency tree
 
Reported: 2015-03-11 12:46 UTC by Oleg Gawriloff
Modified: 2017-09-22 21:34 UTC (History)
2 users (show)

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 Oleg Gawriloff 2015-03-11 12:46:43 UTC
In logrotate.d/psaccu_atop that is bundled with atop we have following:
        if [ -e /etc/logrotate.d/psacct ]
but in fact there is no any psacct file, so nothing is rotated.
We have sys-process/acct so that string should be modified to:
        if [ -e /etc/logrotate.d/acct ]


Reproducible: Always