Subject: Re: CVS commit: src
To: None <mcr@netbsd.org>
From: Luke Mewburn <lukem@cs.rmit.edu.au>
List: source-changes
Date: 04/16/1999 11:05:18
Michael Richardson writes:
> Module Name:	src
> Committed By:	mcr
> Date:		Thu Apr 15 20:48:49 UTC 1999
> 
> Modified Files:
> 	src/usr.bin/ftp: Makefile
> Log Message:
> added LINKS= to make /usr/bin/pftp

is this *really* necessary to do for NetBSD-as-shipped? ftp defaults
to passive mode anyway (and does active fallback). if you want to
force passive without fallback you can do
	env FTPMODE=passive ftp ...
    or
	ftp -p ...

if we're going to do this, you should add gate-ftp as a link too
(note that I'd prefer the reversion of this change, but if it is
kept, we might as well be consistent).

luke (`ftp about:ftp`) mewburn