aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/lusca/lusca.logrotate
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-18 21:10:54 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-18 21:10:54 +0200
commitf3a6f9ddf387542e9e41ee783b6fb77fb34d4d52 (patch)
treed7777b385eee28dc993bb16f482ec4e4eb157f35 /unmaintained/lusca/lusca.logrotate
parentf0785ec9c26222cb069cbc688dcb1e71d43463c7 (diff)
downloadaports-f3a6f9ddf387542e9e41ee783b6fb77fb34d4d52.tar.bz2
aports-f3a6f9ddf387542e9e41ee783b6fb77fb34d4d52.tar.xz
unmaintained/lusca: move from testing
This abuild is untouched since 2014. All the later changes are from mass changes across repository.
Diffstat (limited to 'unmaintained/lusca/lusca.logrotate')
-rw-r--r--unmaintained/lusca/lusca.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/lusca/lusca.logrotate b/unmaintained/lusca/lusca.logrotate
new file mode 100644
index 0000000000..348e53cdfc
--- /dev/null
+++ b/unmaintained/lusca/lusca.logrotate
@@ -0,0 +1,11 @@
+/var/log/lusca/*.log {
+ daily
+ compress
+ rotate 5
+ missingok
+ nocreate
+ sharedscripts
+ postrotate
+ /usr/sbin/lusca -k rotate
+ endscript
+}