Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 852e7e7689b6036fa49e0256845cc6bd > files > 3

sagator-core-1.2.3-1.fc14.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
}