Subject: PR/24744 CVS commit: src/usr.sbin/pkg_install/lib
To: None <hubertf@netbsd.org, gnats-admin@netbsd.org,>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-bugs
Date: 03/18/2005 00:02:02
The following reply was made to PR pkg/24744; it has been noted by GNATS.

From: Hubert Feyrer <hubertf@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/24744 CVS commit: src/usr.sbin/pkg_install/lib
Date: Fri, 18 Mar 2005 00:01:11 +0000 (UTC)

 Module Name:	src
 Committed By:	hubertf
 Date:		Fri Mar 18 00:01:11 UTC 2005
 
 Modified Files:
 	src/usr.sbin/pkg_install/lib: ftpio.c
 
 Log Message:
 Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>:
  * ftp.fi.netbsd.org returns "257" in return to a "cd" command, accept that
    (in addition to 250 and 550). Seems to be allowed per RFC 959.
  * Make buffer for reply bigger (not too big, as it may hit performance).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.66 -r1.67 src/usr.sbin/pkg_install/lib/ftpio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.