~ubuntu-branches/ubuntu/wily/tomcat6/wily-proposed

« back to all changes in this revision

Viewing changes to debian/logrotate

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-06-08 22:13:07 UTC
  • Revision ID: james.westby@ubuntu.com-20110608221307-gae0do8kt5higehy
Tags: 6.0.32-4
* Team upload.
* Add Italian debconf translation.
  Thanks to Dario Santamaria (Closes: #624376)
* Add logrotate for catalina.out (Closes: 607050)
* Bump standards version to 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/var/log/tomcat6/catalina.out {
 
2
  copytruncate
 
3
  weekly
 
4
  rotate 52
 
5
  compress
 
6
  missingok
 
7
  create 640 @@@TOMCAT6USER@@@ adm
 
8
}