diff options
author | ver <ver> | 2009-04-20 17:07:13 +0000 |
---|---|---|
committer | ver <ver> | 2009-04-20 17:07:13 +0000 |
commit | 275c64883ded4550bf4066ca80343d860babecb7 (patch) | |
tree | 2be5ff159fb7cd5f22e588dc1312de1315d17f06 /doc/guide | |
parent | 47ecc67500efc47066c3a9ac7b8eeeffecc683b1 (diff) | |
download | pkgsrc-275c64883ded4550bf4066ca80343d860babecb7.tar.gz |
Closes PR pkg/41239 by referencing pkg_admin(1) instead of download-vulnerability-list(1) and audit-packages(1).
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/faq.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index c55511724f7..05ca922fa70 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: faq.xml,v 1.44 2009/02/11 05:14:28 kano Exp $ --> +<!-- $NetBSD: faq.xml,v 1.45 2009/04/20 17:07:13 ver Exp $ --> <chapter id="faq"> <?dbhtml filename="faq.html"?> <title>Frequently Asked Questions</title> @@ -517,7 +517,7 @@ do this, refer to the following two tools (installed as part of the <orderedlist> <listitem> - <para><command>download-vulnerability-list</command>, an easy way to + <para><command>pkg_admin fetch-pkg-vulnerabilities</command>, an easy way to download a list of the security vulnerabilities information. This list is kept up to date by the NetBSD security officer and the NetBSD packages team, and is distributed from the NetBSD ftp server:</para> @@ -527,7 +527,7 @@ do this, refer to the following two tools (installed as part of the </listitem> <listitem> - <para><command>audit-packages</command>, an easy way to audit the + <para><command>pkg_admin audit</command>, an easy way to audit the current machine, checking each vulnerability which is known. If a vulnerable package is installed, it will be shown by output to stdout, including a description of the type of vulnerability, and a URL |