Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 13346d960136a7b9b0d616aaa1eb7b7e > files > 3

dbmail-2.2.17-1.fc13.x86_64.rpm

/var/log/dbmail.log {
    missingok
    notifempty
    create 0600 root root
}

/var/log/dbmail.err {
    missingok
    notifempty
    create 0600 root root
    postrotate
       for pid in `ls /var/run/dbmail-*\.pid`; do kill -HUP `cat $pid` &> /dev/null; done
    endscript
}