~ubuntu-branches/ubuntu/trusty/ufw/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/ufw.logrotate

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2011-07-18 17:09:57 UTC
  • mfrom: (0.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20110718170957-z7izfiknijlefszw
Tags: 0.30.1-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/rules: Don't install the upstream application profiles that are
    shipped with the Debian package.
  - debian/control: use ufw-0.30-oneiric for Vcs-Bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/var/log/ufw.log
2
 
{
3
 
        rotate 4
4
 
        weekly
5
 
        missingok
6
 
        notifempty
7
 
        compress
8
 
        delaycompress
9
 
        sharedscripts
10
 
        postrotate
11
 
                invoke-rc.d rsyslog reload >/dev/null 2>&1 || true
12
 
        endscript
13
 
}