diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 21:59:22 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 21:59:22 +0200 |
commit | c8a8ec613ecf6062040f97cf77b459348e0cb0b8 (patch) | |
tree | 443f787f77ae27b6775d7c0a9f25c5f78bb41a5d /community/munin/munin.logrotate | |
parent | 584f8e08b4dbc4602ae7f7bdf70007efdc11e788 (diff) | |
download | aports-c8a8ec613ecf6062040f97cf77b459348e0cb0b8.tar.bz2 aports-c8a8ec613ecf6062040f97cf77b459348e0cb0b8.tar.xz |
community/munin: move back to testing due to depends
Diffstat (limited to 'community/munin/munin.logrotate')
-rw-r--r-- | community/munin/munin.logrotate | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/munin/munin.logrotate b/community/munin/munin.logrotate deleted file mode 100644 index cf480d7c02..0000000000 --- a/community/munin/munin.logrotate +++ /dev/null @@ -1,12 +0,0 @@ -/var/log/munin/munin-graph.log -/var/log/munin/munin-cgi-graph.log -/var/log/munin/munin-html.log -/var/log/munin/munin-limits.log -/var/log/munin/munin-update.log { - daily - missingok - copytruncate - rotate 7 - compress - notifempty -} |