~ubuntu-branches/ubuntu/trusty/logrotate/trusty-proposed

« back to all changes in this revision

Viewing changes to test/test-config.16.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-27 18:33:50 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20121127183350-o17gs0zz41l3142k
Tags: 3.8.3-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - debian/control: Drop mailx to Suggests for Ubuntu; it's only used
    on request, and we don't configure an MTA by default.
  - debian/cron.daily: Clean non-existent log files from logrotate status
    file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
create
 
2
 
 
3
&DIR&/test.log {
 
4
    weekly
 
5
    maxsize 4
 
6
    rotate 1
 
7
}