Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 2cbe5d323185891f04aff0fd0e6df728 > files > 3

sagator-core-1.2.3-1.fc13.noarch.rpm

#
# Rotate SAGATOR daemon log file
#

/var/spool/vscan/var/log/sagator/sagator.log {
    weekly
    rotate 5
    missingok
    nocompress
    postrotate
	/bin/kill -HUP `cat /var/run/sagator.pid 2> /dev/null`\
          2> /dev/null || true
	[ -f /var/run/scand.pid ] \
          && /bin/kill -HUP `cat /var/run/scand.pid 2> /dev/null` \
            2> /dev/null || true
    endscript
    create 640 vscan vscan
}