summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 7ba8f63ac62..c46267ee9d3 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.174 2012/01/11 01:15:17 riz Exp $
+# $NetBSD: bootstrap,v 1.175 2012/05/15 16:42:43 christos Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -39,6 +39,10 @@ BOOTSTRAP_VERSION=20060721
MAKECONF=/dev/null
export MAKECONF
+# No vulnerability checks since there might be an incompatible checker installed
+NO_PKGTOOLS_REQD_CHECK=yes
+export NO_PKGTOOLS_REQD_CHECK
+
unprivileged=no
preserve_path=no