diff options
author | Rob Austein <sra@hactrn.net> | 2016-03-25 22:51:53 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-03-25 22:51:53 +0000 |
commit | 8226027450118a25412b1e2042519a8ea76c2982 (patch) | |
tree | 667f5a9f81ae4008fad8da73bef89d66b61f829c /buildtools/rpki-pbuilder.logrotate | |
parent | 13fad97a4ffb2f74aff6ab8918f89d283edf3d4a (diff) |
Now that the real version of rpki-pbuilder has moved into apt-tools,
remove all the other copies to prevent confusion.
svn path=/trunk/; revision=6329
Diffstat (limited to 'buildtools/rpki-pbuilder.logrotate')
-rw-r--r-- | buildtools/rpki-pbuilder.logrotate | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/buildtools/rpki-pbuilder.logrotate b/buildtools/rpki-pbuilder.logrotate deleted file mode 100644 index a7df6d48..00000000 --- a/buildtools/rpki-pbuilder.logrotate +++ /dev/null @@ -1,12 +0,0 @@ -/home/sra/builder.log -{ - rotate 30 - daily - missingok - notifempty - dateext - compress - compresscmd /usr/bin/xz - uncompresscmd /usr/bin/unxz - compressext .xz -} |