aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rancid/rancid.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-08 07:55:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-08 07:57:31 +0000
commita14ae3e3ee75f06a76c45069c247e9391b404557 (patch)
tree5ad4efffc847e84b7c2642fb0f247e2f00c7cfa3 /testing/rancid/rancid.logrotate
parentf6e179c9c92e4c16c1e43c232c0f24b4cbd32685 (diff)
downloadaports-a14ae3e3ee75f06a76c45069c247e9391b404557.tar.bz2
aports-a14ae3e3ee75f06a76c45069c247e9391b404557.tar.xz
testing/rancid: minor cleanup
ref #1821
Diffstat (limited to 'testing/rancid/rancid.logrotate')
-rw-r--r--testing/rancid/rancid.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/rancid/rancid.logrotate b/testing/rancid/rancid.logrotate
new file mode 100644
index 0000000000..3638b8b225
--- /dev/null
+++ b/testing/rancid/rancid.logrotate
@@ -0,0 +1,8 @@
+/var/log/rancid/* {
+ weekly
+ rotate 1
+ notifempty
+ missingok
+ compress
+ olddir old
+}