diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-22 23:56:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-22 23:56:03 +0000 |
commit | b2c7f9ed7b751536095099f0c1c4283d2a073504 (patch) | |
tree | 2a811a47aa07cebddbe830e9d267b6bf7c73c6e0 /pkgtools/pkg_install | |
parent | c50ee690689e4447db8b319981bfc2641e242b40 (diff) | |
download | pkgsrc-b2c7f9ed7b751536095099f0c1c4283d2a073504.tar.gz |
Fix typo in variable name. From dieter roelants in private email.
Bump date.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/pkg_install.conf.5.in | 8 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/pkg_install.conf.cat.in | 4 |
2 files changed, 6 insertions, 6 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 11b2044d43d..5141529a1b5 100644 --- a/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in +++ b/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in @@ -1,6 +1,6 @@ -.\" $NetBSD: pkg_install.conf.5.in,v 1.15 2010/11/13 20:07:01 christos Exp $ +.\" $NetBSD: pkg_install.conf.5.in,v 1.16 2012/02/22 23:56:03 wiz Exp $ .\" -.\" Copyright (c) 2008, 2009 The NetBSD Foundation, Inc. +.\" Copyright (c) 2008, 2009, 2012 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 13, 2010 +.Dd February 22, 2012 .Dt PKG_INSTALL.CONF 5 .Os .Sh NAME @@ -89,7 +89,7 @@ The check is performed if the package has license conditions set. Passing the license check is required. Missing license conditions are considered an error. .El -.It Dv CHECK_END_OF_FILE +.It Dv CHECK_END_OF_LIFE During vulnerability checks, consider packages that have reached end-of-life as vulnerable. This option is enabled by default. diff --git a/pkgtools/pkg_install/files/lib/pkg_install.conf.cat.in b/pkgtools/pkg_install/files/lib/pkg_install.conf.cat.in index 9d17ae9078b..2d28008c147 100644 --- a/pkgtools/pkg_install/files/lib/pkg_install.conf.cat.in +++ b/pkgtools/pkg_install/files/lib/pkg_install.conf.cat.in @@ -56,7 +56,7 @@ DDEESSCCRRIIPPTTIIOONN always Passing the license check is required. Missing license conditions are considered an error. - CHECK_END_OF_FILE + CHECK_END_OF_LIFE During vulnerability checks, consider packages that have reached end-of-life as vulnerable. This option is enabled by default. @@ -170,4 +170,4 @@ FFIILLEESS SSEEEE AALLSSOO pkg_add(1), pkg_admin(1) pkg_create(1), pkg_delete(1), pkg_info(1) -NetBSD 5.0 November 13, 2010 NetBSD 5.0 +NetBSD 5.0 February 22, 2012 NetBSD 5.0 |