From 1f5eba0cb8679cf4520f519be36efd18a18e29e9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 30 Jul 2017 21:55:15 +0200 Subject: [PATCH] vagrant: fix netbsd version in PKG_PATH the VM is using netbsd 7.0.1, likely updating the version in the PKG_PATH was forgotten when the machine itself was upgraded to a newer version. it became visible now as the 6.1.5 stuff vanished from the ftp server. also: remove trailing / --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0f94c257f..473d68ab0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -139,7 +139,7 @@ end def packages_netbsd return <<-EOF hostname netbsd # the box we use has an invalid hostname - PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.5/All/" + PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/7.0.1/All" export PKG_PATH pkg_add mozilla-rootcerts lz4 git bash chsh -s bash vagrant