Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/26/2006 14:28:11
Module Name: src
Committed By: lukem
Date: Wed Jul 26 14:28:11 UTC 2006
Modified Files:
src/usr.bin/ftp: fetch.c version.h
Log Message:
If a file upload (via -u) fails, return an non-zero exit value based on the
index of the file that caused the problem (a la auto-fetch retrieval).
Problem noted by A P Garcia in private email.
To generate a diff of this commit:
cvs rdiff -r1.169 -r1.170 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.57 -r1.58 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.