On Tue, Jul 21, 2009 at 2:05 AM, Siju George<[email protected]> wrote:
> On Fri, Jul 17, 2009 at 6:25 PM, Stuart Henderson<[email protected]> wrote:
>>
>> fetch it from one of these
>>
>> MASTER_SITES= http://ngsoftwareltd.com/freebsd/distfiles/ \
>> http://www.arcane-labs.net/download/OpenBSD/
>>
>>
>
> Thanks Stuart. it is working now :-)
could also use ftp's -E flag flag in your /etc/mk.conf file:
$ grep FETCH_CMD /etc/mk.conf
FETCH_CMD=/usr/bin/ftp -V -m -k 0 -E
$ man ftp
/EPRT
-E Disables EPSV/EPRT command on IPv4 connections.
--patrick