aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb/mongodb.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-28 15:48:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-28 15:48:23 +0000
commit74ff2b35c9d2afbd9fab439d0055f5b66b386ad9 (patch)
treef8cd0d5c638de4ae4e3f26d597c04ad7fabfc1a2 /testing/mongodb/mongodb.logrotate
parente11a0b3bd993f05d269be00a893730d30a06e6b6 (diff)
downloadaports-74ff2b35c9d2afbd9fab439d0055f5b66b386ad9.tar.bz2
aports-74ff2b35c9d2afbd9fab439d0055f5b66b386ad9.tar.xz
testing/mongodb: move to unmaintained does not build
Diffstat (limited to 'testing/mongodb/mongodb.logrotate')
-rw-r--r--testing/mongodb/mongodb.logrotate13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/mongodb/mongodb.logrotate b/testing/mongodb/mongodb.logrotate
deleted file mode 100644
index f95a438b5b..0000000000
--- a/testing/mongodb/mongodb.logrotate
+++ /dev/null
@@ -1,13 +0,0 @@
-# Default log rotation / compression keeps 1 year of logs.
-/var/log/mongodb/*.log {
- daily
- rotate 365
- dateext
- copytruncate
- delaycompress
- compress
- notifempty
- extension gz
- sharedscripts
- missingok
-}