summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-07-07 09:55:32 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-07-07 09:55:32 +0000
commit721d80596266e5010975b9d816a7eb51dabd1d16 (patch)
treed92f4d229edb718798974e55638496f13f5ef20b /app-admin/logrotate
parentupdate deps, add missed IUSE doc, update DEPs accirdingly, add 'fix' to error... (diff)
downloadgentoo-2-721d80596266e5010975b9d816a7eb51dabd1d16.tar.gz
gentoo-2-721d80596266e5010975b9d816a7eb51dabd1d16.tar.bz2
gentoo-2-721d80596266e5010975b9d816a7eb51dabd1d16.zip
Fix tabs and enhance comments.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r--app-admin/logrotate/ChangeLog5
-rw-r--r--app-admin/logrotate/files/logrotate.conf24
2 files changed, 15 insertions, 14 deletions
diff --git a/app-admin/logrotate/ChangeLog b/app-admin/logrotate/ChangeLog
index 6c54df453137..1eed5108a068 100644
--- a/app-admin/logrotate/ChangeLog
+++ b/app-admin/logrotate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/logrotate
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.177 2014/06/10 00:06:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.178 2014/07/07 09:55:32 nimiux Exp $
+
+ 07 Jul 2014; Chema Alonso <nimiux@gentoo.org> files/logrotate.conf:
+ Fix tabs and enhance comments. Thanks to Consus via email.
10 Jun 2014; Mike Frysinger <vapier@gentoo.org> logrotate-3.8.7.ebuild:
Mark m68k/s390/sh stable.
diff --git a/app-admin/logrotate/files/logrotate.conf b/app-admin/logrotate/files/logrotate.conf
index 9059ce9b2071..4a5184a1757e 100644
--- a/app-admin/logrotate/files/logrotate.conf
+++ b/app-admin/logrotate/files/logrotate.conf
@@ -1,40 +1,38 @@
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
#
-# Logrotate default configuration file for Gentoo Linux
-#
-# See "man logrotate" for details
+# Default logrotate(8) configuration file for Gentoo Linux.
+# See "man logrotate" for details.
-# rotate log files weekly
+# rotate log files weekly.
weekly
#daily
-# keep 4 weeks worth of backlogs
+# keep 4 weeks worth of backlogs.
rotate 4
-# create new (empty) log files after rotating old ones
+# create new (empty) log files after rotating old ones.
create
-# use date as a suffix of the rotated file
+# use date as a suffix of the rotated file.
dateext
-# uncomment this if you want your log files compressed
+# compress rotated log files.
compress
notifempty
nomail
noolddir
-# packages can drop log rotation information into this directory
+# packages can drop log rotation information into this directory.
include /etc/logrotate.d
-# no packages own wtmp and btmp -- we'll rotate them here
+# no packages own wtmp and btmp -- we'll rotate them here.
/var/log/wtmp {
monthly
create 0664 root utmp
- minsize 1M
+ minsize 1M
rotate 1
}
-
/var/log/btmp {
missingok
monthly