Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 163a97e451b7d4856111fd4e6ea044a0 > files > 15

distcc-client-2.12.1-1mdk.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
}