sec/sec.logrotate
Stefan Schulze Frielinghaus d106b2f2cd - New upstream release
- SPEC file cleanup
- Init script cleanup
- Removed some examples because of licensing issues. Upstream has clarified
    and changed most of the license tags to GPLv2. Additionally, upstream
    will include the examples in the next release.
- Removed a provide statement since a period was in the name and no other
    package required that special name.
2009-10-03 07:35:41 +00:00

8 lines
150 B
Text

/var/log/sec {
missingok
notifempty
sharedscripts
postrotate
/sbin/service sec reload >/dev/null 2>&1 || true
endscript
}