Use https://github.com/OpenVPN/easy-rsa/archive/3.0.1.tar.gz for the
bits. You'll have to rename them when you get them, though.
On 11 April 2017 at 10:17, pimin inwa <pimininca%gmail.com@localhost> wrote:
Installed git, extracted wip into /usr/pkgsrc/wip.
cd /usr/pkgsrc
(cd wip/easyrsa && make install)
fails with:
Trying 199.233.217.201:80 ...
Requesting http://ftp.NetBSD.org/pub/pkgsrc/distfiles/easy-rsa-3.0.1.tar.gz
ftp: Error retrieving file `404 Not Found'
fetch: Unable to fetch expected file easy-rsa-3.0.1.tar.gz
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/wip/easyrsa
manually I see:
ftp> ls easy-rsa*
229 Entering Extended Passive Mode (|||56198|)
150 Opening ASCII mode data connection for '/bin/ls'.
226 Transfer complete.
ftp> pwd
Remote directory: /pub/pkgsrc/distfiles
Where did I go wrong?
TIA,
Pauyl