Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 10cff3ef5406b758a5cfac3c2e62d6f6 > files > 22

distcc-3.2rc1-10.mga5.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
}