When running as --daemon in the background and using a "log file" rsyncd.conf
authorDavid Dykstra <dwd@samba.org>
Tue, 24 Oct 2000 18:50:08 +0000 (18:50 +0000)
committerDavid Dykstra <dwd@samba.org>
Tue, 24 Oct 2000 18:50:08 +0000 (18:50 +0000)
commit45a8354004ecbc1c0b03d6e880b512854ed9439a
tree4d54231f9321df7632342a0ba63b13e584068d77
parentc32d024071bd1519de936be65eaf8687260926ac
When running as --daemon in the background and using a "log file" rsyncd.conf
directive, close the log file every time it is open when going to sleep on
the socket.  This allows the log file to get cleaned out by another process.
clientserver.c
log.c
socket.c