Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



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



Home | Main Index | Thread Index | Old Index