annotate logrotate.example @ 105:5786194984c5 maltfilter-0.20.1

Version bump.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 Sep 2009 02:32:33 +0300
parents f24388499e66
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
104
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /var/log/maltfilter
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 {
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 rotate 7
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 daily
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 missingok
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 notifempty
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 postrotate
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 invoke-rc.d maltfilter reload > /dev/null
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 endscript
f24388499e66 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 }