Subject: PR/17617 CVS commit: src/usr.bin/ftp
To: None <lukem@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Luke Mewburn <lukem@netbsd.org>
List: netbsd-bugs
Date: 05/15/2007 23:55:02
The following reply was made to PR bin/17617; it has been noted by GNATS.

From: Luke Mewburn <lukem@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/17617 CVS commit: src/usr.bin/ftp
Date: Tue, 15 May 2007 23:54:20 +0000 (UTC)

 Module Name:	src
 Committed By:	lukem
 Date:		Tue May 15 23:54:20 UTC 2007
 
 Modified Files:
 	src/usr.bin/ftp: fetch.c ftp.1 ftp.c util.c version.h
 
 Log Message:
 * Modify parse_url() to consistently strip the leading `/' off ftp URLs.
   Fixes PR 17617.
 * Use 'RFCnnnn' (with leading 0) instead of 'RFC nnnn', to be
   consistent with the style in the RFC index.
 * Refer to RFC3916 instead of 1738 or 2732.
 * Expand the list of supported RFCs in ftp(1) to contain the document
   name as well.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.176 -r1.177 src/usr.bin/ftp/fetch.c
 cvs rdiff -r1.116 -r1.117 src/usr.bin/ftp/ftp.1
 cvs rdiff -r1.149 -r1.150 src/usr.bin/ftp/ftp.c
 cvs rdiff -r1.138 -r1.139 src/usr.bin/ftp/util.c
 cvs rdiff -r1.64 -r1.65 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.