Don't set SKIP_AUDIT_PACKAGES unconditionally to "no". Because this file

is included _after_ mk.conf, it could not be overridden in that file.
This commit is contained in:
rillig 2005-11-17 00:24:12 +00:00
parent 34ce61d256
commit 5eda0bffd9

View file

@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.92 2005/11/16 20:59:23 erh Exp $
# $NetBSD: mk.conf,v 1.93 2005/11/17 00:24:12 rillig Exp $
#
# This file provides default values for variables that may be overridden
@ -21,7 +21,7 @@
# or the word "yes" to allow all. (not recommended)
# Default: not defined
SKIP_AUDIT_PACKAGES=no
SKIP_AUDIT_PACKAGES?=no
# Completely skip running audit-packages to check for vulnerable packages.
# Specifying individual vulnerabilities with
# ALLOW_VULNERABILITIES.<pkgname>=<vulnid> is preferred to using this.