~ubuntu-branches/ubuntu/lucid/clamav/lucid

« back to all changes in this revision

Viewing changes to debian/clamav-freshclam.logrotate

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-04-22 07:23:14 UTC
  • Revision ID: james.westby@ubuntu.com-20100422072314-dmeyii8ft04c4lnp
Tags: 0.96+dfsg-2ubuntu1
* Merge from Debian Unstable.  Remaining Ubuntu changes:
  - Drop initial signature definitions from clamav-base
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/var/log/clamav/freshclam.log {
2
 
     rotate 12
3
 
     weekly
4
 
     compress
5
 
     delaycompress
6
 
     create 640 clamav adm
7
 
     postrotate
8
 
     /etc/init.d/clamav-freshclam reload-log > /dev/null
9
 
     endscript
10
 
     }
11