diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-19 10:46:47 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-19 10:46:47 +0100 |
commit | b574dd1fac99ba71b1d0adf0aa164100fcf0cb91 (patch) | |
tree | bd953b7833c56fa3917932cd4614442f88f8cd34 /debian/apt.logrotate | |
parent | 66f5cecdadbaff7b414eaa0bd446136d3184f043 (diff) |
add logrotate support
Diffstat (limited to 'debian/apt.logrotate')
-rw-r--r-- | debian/apt.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/apt.logrotate b/debian/apt.logrotate new file mode 100644 index 000000000..3e924d383 --- /dev/null +++ b/debian/apt.logrotate @@ -0,0 +1,8 @@ +/var/log/apt/term.log { + rotate 6 + monthly + compress + missingok + notifempty +} + |