Parent Directory
|
Revision Log
* Sun Aug 24 2008 Miloslav Trmač <mitr@redhat.com> - 1.9.7-1 - Update to fwknop-1.9.7 - License specified to be GPLv2
| 1 | # /var/log/fwknop/digest.cache is not rotated because emptying the file would |
| 2 | # allow packet replay |
| 3 | /var/log/fwknop/errs/* /var/log/fwknop/fwdata { |
| 4 | missingok |
| 5 | notifempty |
| 6 | sharedscripts |
| 7 | postrotate |
| 8 | /bin/kill -HUP `cat /var/run/fwknop/knopmd.pid 2>/dev/null` 2> /dev/null || true |
| 9 | endscript |
| 10 | } |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |