summaryrefslogtreecommitdiffstats
path: root/abs/core/logrotate/logrotate.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:54:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:03 (GMT)
commitd3ddc9464d10d4ec2dddc43e2f0cb3725c6a2769 (patch)
tree0224ca3fdd4f675ae85c9b70961d589cfc81d8a2 /abs/core/logrotate/logrotate.conf
parent8c247d9a23dd90b4e62b04138035b6650178eeff (diff)
downloadlinhes_pkgbuild-d3ddc9464d10d4ec2dddc43e2f0cb3725c6a2769.zip
linhes_pkgbuild-d3ddc9464d10d4ec2dddc43e2f0cb3725c6a2769.tar.gz
linhes_pkgbuild-d3ddc9464d10d4ec2dddc43e2f0cb3725c6a2769.tar.bz2
logrotate:
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/logrotate/logrotate.conf')
-rw-r--r--abs/core/logrotate/logrotate.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/abs/core/logrotate/logrotate.conf b/abs/core/logrotate/logrotate.conf
index 88b4935..9c1927f 100644
--- a/abs/core/logrotate/logrotate.conf
+++ b/abs/core/logrotate/logrotate.conf
@@ -25,7 +25,14 @@ include /etc/logrotate.d
/var/log/wtmp {
monthly
- create 0664 root root
+ create 0664 root utmp
+ minsize 1M
rotate 1
}
+/var/log/btmp {
+ missingok
+ monthly
+ create 0600 root utmp
+ rotate 1
+}