~ubuntu-branches/ubuntu/raring/tomcat6/raring

« back to all changes in this revision

Viewing changes to debian/logrotate

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2012-08-06 21:29:11 UTC
  • mfrom: (37.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120806212911-km3xfi4kw6426rf3
Tags: 6.0.35-5
* Apply patch to README.Debian to explain setting the HTTPOnly flag
  in cookies by default; CVE-2010-4312. (Closes: #608286)
  - Thank you to Thijs Kinkhorst for the patch.
* Use ucf and a template for /etc/logrotate.d/tomcat6 file to avoid
  updating the shipped conffile. (Closes: #687818)

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
 
}