diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-26 10:32:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-26 10:32:35 +0000 |
commit | b001c87f5d08678d4e891f84d70a9fed78ecf258 (patch) | |
tree | e56b9f86eeee76e68d560e8f51c39f8fef096b5e /unmaintained/dspam/dspam.logrotate | |
parent | 1df361816c6a1773d5648e22746e57b29d35eae8 (diff) | |
download | aports-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.logrotate | 6 |
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 +} |