From: Andrew Tridgell Date: Thu, 2 Jul 1998 10:57:20 +0000 (+0000) Subject: - use explicit flushes instead of setlinebuf. I've had reports of X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bcf5b1335d6e5183f9545eb1b23e16185264e311?hp=bcf5b1335d6e5183f9545eb1b23e16185264e311 - use explicit flushes instead of setlinebuf. I've had reports of verbose info not being line buffered to files. - add a call to localtime() in open_log() in order to prime the C libraries timezone cache before the chroot(). This should fix the problem of rsyncd log entries being in GMT time. ---