From b574dd1fac99ba71b1d0adf0aa164100fcf0cb91 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 19 Jul 2007 10:46:47 +0100 Subject: add logrotate support --- debian/apt.logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/apt.logrotate (limited to 'debian/apt.logrotate') 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 +} + -- cgit v1.2.3