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

Bug 407205

Summary: app-admin/metalog-2 default configuration error
Product: Gentoo Linux Reporter: frank <skunk>
Component: [OLD] Core systemAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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