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

Bug 363841

Summary: kde-base/kdm should provide a useflag for logrotate file
Product: Gentoo Linux Reporter: Till Schäfer <till2.schaefer>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Till Schäfer 2011-04-16 15:40:09 UTC
kde-base/kdm always places a logrotate file to /etc/logrotate.d/kdm. I have a generic rule for *.log in my main config, so this rule conflicts with it. There should be a useflag that allows to disable the logrotate file.

Reproducible: Always
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-16 15:46:18 UTC
Logrotate useflag is not to be used and these files are unconditionaly installed on your system. You can alter your configuration to ignore specific files if you need to.
Comment 2 Till Schäfer 2011-04-16 15:57:15 UTC
Usually i want all files in "/etc/logrotate.d/". So i included that directory. Is there a config option that allows to ignore one specific file? I could also include all single files i like to use, but than i alway have to change the config file whenever another program places a logrotate file there.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-16 16:13:26 UTC
logrotate has tabooext directive for that.
Comment 4 Till Schäfer 2011-04-16 16:33:50 UTC
ok thx