On Tue, 2002-01-01 at 19:45, John Malmberg wrote:
>
> The config.h.in template file is missing the line:
>
> #undef HAVE_INET_NTOP
At least this one is fixed in rsync CVS, as I discovered when I ran into
the same bug. Dunno about the rest.
rsync maintainers: could we have a new release soon?
Compaq C 6.5
OpenVMS Alpha 7.3
The config.h.in template file is missing the line:
#undef HAVE_INET_NTOP
This caused the resulting CONFIG.H on OpenVMS to not test for the
existance of the inet_ntop() routine in it's system tables.
This configure bug exposed that the prototype in inet_ntop() i
Greetings,
I'm looking for an option that deletes from the receiving side
any files contained on the sending side. For example,
If local:~/Maildir/ contains:
123.txt
456.txt
And remote:~/Maildir/ contains:
123.txt
456.txt
789.txt
Running rsync local:~/Maildir/ remote:~/Maildir/ with the app