Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/collectd/files: logrotate
Date: Sun, 31 Oct 2010 21:19:05
Message-Id: 20101031211900.AB4AF20054@flycatcher.gentoo.org
1 dilfridge 10/10/31 21:19:00
2
3 Added: logrotate
4 Log:
5 Added a small logrotate file and support for the ipmi and netlink plugins
6
7 (Portage version: 2.1.9.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-admin/collectd/files/logrotate
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/files/logrotate?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/files/logrotate?rev=1.1&content-type=text/plain
14
15 Index: logrotate
16 ===================================================================
17 #
18 # /etc/logrotate.d/collectd
19 #
20 /var/log/collectd.log {
21 daily
22 rotate 5
23 notifempty
24 missingok
25 }