diff options
author | cheusov <cheusov@pkgsrc.org> | 2014-10-28 02:08:38 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2014-10-28 02:08:38 +0000 |
commit | 522736219b40624ddc2a5d0b94f679583d216317 (patch) | |
tree | 2145a9a28cc5d0f5fd195a05f438b4c13d8ff839 /pkgtools/pkg_install | |
parent | 19e37b29108f5d7bb9f3b3886e86c6bb2b60b796 (diff) | |
download | pkgsrc-522736219b40624ddc2a5d0b94f679583d216317.tar.gz |
IGNORE_OSABI was renamed to CHECK_OSABI
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/pkg_install.conf.5.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in b/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in index e857e04b208..aa6d3f37c5e 100644 --- a/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in +++ b/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_install.conf.5.in,v 1.18 2014/10/27 00:12:47 cheusov Exp $ +.\" $NetBSD: pkg_install.conf.5.in,v 1.19 2014/10/28 02:08:39 cheusov Exp $ .\" .\" Copyright (c) 2008, 2009, 2012 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -93,6 +93,8 @@ Missing license conditions are considered an error. During vulnerability checks, consider packages that have reached end-of-life as vulnerable. This option is enabled by default. +.It Dv CHECK_OSABI +If "no", osabi package does not check OS version. The default is "yes". .It Dv CHECK_VULNERABILITIES Check for vulnerabilities when installing packages. Supported values are: @@ -146,8 +148,6 @@ Use direct connections and ignore .Ev FTP_PROXY and .Ev HTTP_PROXY . -.It Dv IGNORE_OSABI -If "yes", osabi package does not check OS version. .It Dv IGNORE_URL One line per advisory which should be ignored when running .Dl Ic pkg_admin audit |