Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407205 - app-admin/metalog-2 default configuration error
Summary: app-admin/metalog-2 default configuration error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 01:28 UTC by frank
Modified: 2012-03-11 07:31 UTC (History)
1 user (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 frank 2012-03-07 01:28:44 UTC
app-admin/metalog-2 with default /etc/metalog.conf fails to compress logs after rotation because this directive:

postrotate_cmd  = "/usr/sbin/metalog-postrotate-compress.sh"

which instead should read:

postrotate_cmd  = "/sbin/metalog-postrotate-compress.sh"

accordingly to installed files.


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2012-03-11 07:31:07 UTC
there is no postrotate_cmd in default metalog.conf