Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > cb363eebcf2756c4cb16e526efc09d35 > files > 10

dbmail-2.2.17-1.fc13.src.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
}