~ubuntu-branches/ubuntu/lucid/prelude-manager/lucid

« back to all changes in this revision

Viewing changes to debian/logrotate

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-06-14 11:31:02 UTC
  • Revision ID: james.westby@ubuntu.com-20070614113102-geihsevifrnnwjrz
Tags: 0.9.8-3
* Use dbconfig-common to create initial database
* Use quilt to manage patches
* Use ucf to manage configuration file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/var/log/prelude-manager/prelude.log {
2
 
   daily
3
 
   rotate 10
4
 
   copytruncate
5
 
   delaycompress
6
 
   compress
7
 
   notifempty
8
 
}
9
 
 
10
 
/var/log/prelude-manager/prelude-xml.log {
11
 
   daily
12
 
   rotate 10
13
 
   copytruncate
14
 
   delaycompress
15
 
   compress
16
 
   notifempty
17
 
}
18