Subject: Re: How to force pkgsrc FTP to use active? To: Frederick Bruckman <fredb@immanent.net> From: David Hopper <dhop@nwlink.com> List: tech-pkg Date: 06/04/2002 22:53:28
Okay, I found the little bugger:
in bsd.pkg.mk:
# If this host is behind a filtering firewall, use passive ftp(1)
.if defined(PASSIVE_FETCH)
FETCH_BEFORE_ARGS += -p
.endif
Okay, that had me up for a while. Thanks again!
David