summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2013-05-10 19:45:40 +0000
committerJosé María Alonso <nimiux@gentoo.org>2013-05-10 19:45:40 +0000
commit99a949f82f61fd1efc089e7cbad96190b7553eee (patch)
tree829171b80c060c0061a6077c444216c261ee5e6e /app-admin/logrotate/files/logrotate.conf
parentsplit out valgrind part for USE=debug as proposed on bug 468984 (diff)
downloadgentoo-2-99a949f82f61fd1efc089e7cbad96190b7553eee.tar.gz
gentoo-2-99a949f82f61fd1efc089e7cbad96190b7553eee.tar.bz2
gentoo-2-99a949f82f61fd1efc089e7cbad96190b7553eee.zip
Revision bump
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin/logrotate/files/logrotate.conf')
-rw-r--r--app-admin/logrotate/files/logrotate.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/logrotate/files/logrotate.conf b/app-admin/logrotate/files/logrotate.conf
index 25dd13495e13..690a5f7fe078 100644
--- a/app-admin/logrotate/files/logrotate.conf
+++ b/app-admin/logrotate/files/logrotate.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.4 2013/05/10 19:45:39 nimiux Exp $
#
# Logrotate default configuration file for Gentoo Linux
#
@@ -27,10 +27,11 @@ notifempty
nomail
noolddir
-# no packages own lastlog or wtmp -- 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
rotate 1
}