Here's mine - using Fedora 7

/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}

Hmm… I found an example online that matched what you have there. I see what each of the first four items are (by reading their definitions in the man file), but don't understand the fifth. What is that /bin/kill thing doing?

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to