change for receiver.c

Dave Dykstra dwd at bell-labs.com
Thu Feb 14 05:40:59 EST 2002


Since Martin hadn't gotten around to this I went ahead and checked it into
CVS.

- Dave Dykstra

On Thu, Feb 07, 2002 at 03:00:32PM -0500, Jim Ogilvie wrote:
> Here's a suggested change for receiver.c in version 2.5.2. It works in aix
> 4.3.3.
> 
> *** receiver.c.org
> --- receiver.c
> ***************
> *** 427 ****
> !       rprintf(FERROR,"mkstemp %s failed\n",fnametmp);
> --- 427 ----
> !       rprintf(FERROR,"mkstemp %s failed: %s\n",template,strerror(errno));
> 
> (Sorry, my version of diff doesn't seem to have the format I'm used to
> seeing here).
> 
> It gives an error message like this:
>       mkstemp .big.XXXXXX failed: Disk quota exceeded
>       rsync error: partial transfer (code 23) at main.c(576)
> 
> instead of:
>       mkstemp  failed
>       rsync error: partial transfer (code 23) at main.c(537)
> 
> 
> Jim Ogilvie




More information about the rsync mailing list