diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 07:34:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 07:34:08 +0000 |
commit | bcd5ff54517890cb120d6884fb5660bc465b0236 (patch) | |
tree | 8ef0f6e44c8b8b4bb3ec454067e1c946c21c7535 /community/rancid/rancid.logrotate | |
parent | 749d2e684cbb034cff718ca48dd8beb2e99151b6 (diff) | |
download | aports-bcd5ff54517890cb120d6884fb5660bc465b0236.tar.bz2 aports-bcd5ff54517890cb120d6884fb5660bc465b0236.tar.xz |
community/rancid: moved from testing
Diffstat (limited to 'community/rancid/rancid.logrotate')
-rw-r--r-- | community/rancid/rancid.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/rancid/rancid.logrotate b/community/rancid/rancid.logrotate new file mode 100644 index 0000000000..3638b8b225 --- /dev/null +++ b/community/rancid/rancid.logrotate @@ -0,0 +1,8 @@ +/var/log/rancid/* { + weekly + rotate 1 + notifempty + missingok + compress + olddir old +} |