summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/xxv/files/xxvd-logrotate')
-rw-r--r--net-www/xxv/files/xxvd-logrotate27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-www/xxv/files/xxvd-logrotate b/net-www/xxv/files/xxvd-logrotate
new file mode 100644
index 000000000000..8c6d576853d3
--- /dev/null
+++ b/net-www/xxv/files/xxvd-logrotate
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/xxv/files/xxvd-logrotate,v 1.1 2007/11/11 13:46:31 hd_brummy Exp $
+
+/var/log/xxv/xxvd.log {
+ compress
+ daily
+ dateext
+ maxage 365
+ rotate 99
+ size=+4096k
+ notifempty
+ missingok
+ copytruncate
+}
+
+/var/log/xxv/xxvd_mplayer.log {
+ compress
+ daily
+ dateext
+ maxage 365
+ rotate 99
+ size=+4096k
+ notifempty
+ missingok
+ copytruncate
+}