[Pkg-utopia-maintainers] Bug#537833: Please add a logrotate config	for /var/log/ConsoleKit/history
    James Westby 
    james.westby at ubuntu.com
       
    Tue Jul 21 09:28:10 UTC 2009
    
    
  
Package: consolekit
Version: 0.3.0-2ubuntu4
Severity: normal
Tags: patch
Hi,
/var/log/Consolekit/history can become very long, and so it should be
rotated.
Attached is a configuration file for doing this, placing it at
debian/consolekit.logrotate in the package source should be enough.
Thanks,
James
-------------- next part --------------
/var/log/ConsoleKit/history {
       weekly
       rotate 7
       delaycompress
       compress
       notifempty
       missingok
}
    
    
More information about the Pkg-utopia-maintainers
mailing list