Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b79d22b0a661364f3cc9192d1f522514 > files > 13

distcc-client-2.18.3-5mdv2008.1.i586.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
}