aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/dspam/dspam.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-26 10:32:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-26 10:32:35 +0000
commitb001c87f5d08678d4e891f84d70a9fed78ecf258 (patch)
treee56b9f86eeee76e68d560e8f51c39f8fef096b5e /unmaintained/dspam/dspam.logrotate
parent1df361816c6a1773d5648e22746e57b29d35eae8 (diff)
downloadaports-b001c87f5d08678d4e891f84d70a9fed78ecf258.tar.bz2
aports-b001c87f5d08678d4e891f84d70a9fed78ecf258.tar.xz
unmaintained/dspam: move from testing
does not look like anything happened upstream
Diffstat (limited to 'unmaintained/dspam/dspam.logrotate')
-rw-r--r--unmaintained/dspam/dspam.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/unmaintained/dspam/dspam.logrotate b/unmaintained/dspam/dspam.logrotate
new file mode 100644
index 0000000000..1fb3e04ccb
--- /dev/null
+++ b/unmaintained/dspam/dspam.logrotate
@@ -0,0 +1,6 @@
+/var/log/dspam/sql.errors /var/log/dspam/dspam.log /var/log/dspam/dspam.debug /var/log/dspam/dspam.messages {
+ weekly
+ compress
+ missingok
+ copytruncate
+}