Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 40c19697dc42e76129bffc39c5933171 > files > 1

Vuurmuur-daemon-0.7-7.fc13.x86_64.rpm

# logrotate for vuurmuur
/var/log/vuurmuur/*.log {
        rotate 4
        weekly
        compress
        delaycompress
        missingok
	postrotate
	    /bin/kill -HUP `pidof vuurmuur_log`
	endscript
}