New --with-rsync-name option

2001-06-10 Thread rsync
Patch to set RSYNC_NAME in rsync.h. It adds a new option to configure, --with-rsync-name, that takes a string that is used to replace RSYNC_NAME. The default is "rsync". -- albert chin ([EMAIL PROTECTED]) -- snip snip Index: configure.in =

CVS aclocal.m4 patch

2001-06-10 Thread rsync
The AC_SYS_LARGEFILE macro in CVS is out of date. Patch below brings it up-to-date. BTW, this macro is in autoconf 2.50 now. Also, any reason you use both getconf() and AC_SYS_LARGEFILE? I'd recommend using the latter to replace the former. -- albert chin ([EMAIL PROTECTED]) -- snip snip Index

Re: Does rsync close open files?

2001-06-10 Thread rsync
On Fri, Jun 01, 2001 at 08:44:18AM -0500, Dave Dykstra wrote: > On Thu, May 31, 2001 at 03:29:42PM -0700, Adam McKenna wrote: > > The Problem: > > > > Since the script runs once a minute, it is possible for the rsync to start > > while a file is still being transferred to us. What appears to hap