diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-22 19:13:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-22 19:13:54 +0000 |
commit | 085002793ae70a5ba3dcd9b59505a906cbbda75c (patch) | |
tree | 0dcf0a11ecc55f3c7758a80fb70659e030d61927 /pkgtools | |
parent | 7705abd5e1add08a4cdb42a5edeb771eecde7061 (diff) | |
download | pkgsrc-085002793ae70a5ba3dcd9b59505a906cbbda75c.tar.gz |
Document pkg_admin fetch-pkg-vulnerabilities -u.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/admin/pkg_admin.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/admin/pkg_admin.1 b/pkgtools/pkg_install/files/admin/pkg_admin.1 index da0dbeba577..5d7997e7228 100644 --- a/pkgtools/pkg_install/files/admin/pkg_admin.1 +++ b/pkgtools/pkg_install/files/admin/pkg_admin.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_admin.1,v 1.21 2009/02/08 23:12:10 wiz Exp $ +.\" $NetBSD: pkg_admin.1,v 1.22 2009/04/22 19:13:54 joerg Exp $ .\" .\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -189,6 +189,10 @@ Fetch a new pkg-vulnerabilities file, check the format and if .Fl s is given the signature. If all checks are passed, write it to pkgdb. +If +.Fl u +is given, the fetch is conditional and the file transfer is only done if +the remote version is newer than the one in pkgdb. .It Cm lsall Ar /dir/pkgpattern .It Cm lsbest Ar /dir/pkgpattern List all/best package matching pattern in the given directory |