Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > da31bf5e2dc1ea552f8d682a149d110d > files > 22

distcc-3.1-2.fc15.i686.rpm

# logrotate.d example configuration for distcc, contributed by Dag
# Wieers.

# The "copytruncate" option means distcc can keep appending to the
# same filehandle.  You would otherwise need to shut down and restart
# distccd.

/var/log/distccd.log {
       missingok
       copytruncate
       notifempty
}