Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/logrotate/files: logrotate.conf
Date: Mon, 07 Jul 2014 09:55:37
Message-Id: 20140707095532.D3BC72004F@flycatcher.gentoo.org
1 nimiux 14/07/07 09:55:32
2
3 Modified: logrotate.conf
4 Log:
5 Fix tabs and enhance comments.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
8
9 Revision Changes Path
10 1.6 app-admin/logrotate/files/logrotate.conf
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/files/logrotate.conf?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/files/logrotate.conf?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/files/logrotate.conf?r1=1.5&r2=1.6
15
16 Index: logrotate.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- logrotate.conf 18 May 2013 09:41:04 -0000 1.5
23 +++ logrotate.conf 7 Jul 2014 09:55:32 -0000 1.6
24 @@ -1,40 +1,38 @@
25 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
27 #
28 -# Logrotate default configuration file for Gentoo Linux
29 -#
30 -# See "man logrotate" for details
31 +# Default logrotate(8) configuration file for Gentoo Linux.
32 +# See "man logrotate" for details.
33
34 -# rotate log files weekly
35 +# rotate log files weekly.
36 weekly
37 #daily
38
39 -# keep 4 weeks worth of backlogs
40 +# keep 4 weeks worth of backlogs.
41 rotate 4
42
43 -# create new (empty) log files after rotating old ones
44 +# create new (empty) log files after rotating old ones.
45 create
46
47 -# use date as a suffix of the rotated file
48 +# use date as a suffix of the rotated file.
49 dateext
50
51 -# uncomment this if you want your log files compressed
52 +# compress rotated log files.
53 compress
54
55 notifempty
56 nomail
57 noolddir
58
59 -# packages can drop log rotation information into this directory
60 +# packages can drop log rotation information into this directory.
61 include /etc/logrotate.d
62
63 -# no packages own wtmp and btmp -- we'll rotate them here
64 +# no packages own wtmp and btmp -- we'll rotate them here.
65 /var/log/wtmp {
66 monthly
67 create 0664 root utmp
68 - minsize 1M
69 + minsize 1M
70 rotate 1
71 }
72 -
73 /var/log/btmp {
74 missingok
75 monthly