diff options
author | wiz <wiz> | 2010-03-18 10:49:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-03-18 10:49:32 +0000 |
commit | a2f324211f06750528933e44de3b667320666704 (patch) | |
tree | e46f4e2d21ec1fd35899337b423ffb79fe35d383 /mk | |
parent | a40f041336434f0697fbb9ee4528899d1821d67f (diff) | |
download | pkgsrc-a2f324211f06750528933e44de3b667320666704.tar.gz |
Refer to pkg_admin in AUDIT_PACKAGES_FLAGS description. Remove
DOWNLOAD_VULNERABILITY_LIST_FLAGS description, the variable is not used
except in the old bulk build code, which has its own config file.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 9b1acefdd30..6dd6c6450ee 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.187 2010/02/09 23:02:13 joerg Exp $ +# $NetBSD: mk.conf,v 1.188 2010/03/18 10:49:32 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -19,17 +19,9 @@ # Default: not defined #AUDIT_PACKAGES_FLAGS= -# List of flags passed to audit-packages(1). +# List of flags passed to ``pkg_admin audit-pkg''. # -# Possible: -e, -s, etc. See audit-packages(1) -# Default: (no option) - -#DOWNLOAD_VULNERABILITY_LIST_FLAGS= -# List of flags passed to download-vulnerability-list(1). -# -# NOTE: If you have pkg_install<20070714 then this variable is not referenced. -# -# Possible: -s, -c, etc. See download-vulnerability-list(1) +# Possible: See pkg_admin(1) # Default: (no option) MANINSTALL?= maninstall catinstall |