- replace instances of portaudit with pkg
Differential Revision: https://reviews.freebsd.org/D2162 Approved by: wblock (mentor)
This commit is contained in:
parent
dd6fce56b8
commit
f7e62cc468
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46390
3 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
# vim: syntax=sh
|
# vim: syntax=sh
|
||||||
# $Id: stage_2.conf.default,v 1.4 2008-12-03 21:59:51 schweikh Exp $
|
# $Id: stage_2.conf.default,v 1.4 2008-12-03 21:59:51 schweikh Exp $
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
ports-mgmt portaudit
|
|
||||||
devel ccache
|
devel ccache
|
||||||
shells zsh
|
shells zsh
|
||||||
devel gettext
|
devel gettext
|
||||||
|
|
|
@ -365,7 +365,7 @@ Release
|
||||||
shipped with the FreeBSD operating system as well any software
|
shipped with the FreeBSD operating system as well any software
|
||||||
available in the <link xlink:href="&url.base;/ports/">Ports Collection</link>
|
available in the <link xlink:href="&url.base;/ports/">Ports Collection</link>
|
||||||
is compared to a database of known, unresolved
|
is compared to a database of known, unresolved
|
||||||
vulnerabilities. An administrator can use the &man.portaudit.1;
|
vulnerabilities. An administrator can use the &man.pkg.7;
|
||||||
utility to quickly determine if any software on a &os;
|
utility to quickly determine if any software on a &os;
|
||||||
system is vulnerable, and if so, receive a description of the
|
system is vulnerable, and if so, receive a description of the
|
||||||
problem and an URL containing a more detailed vulnerability
|
problem and an URL containing a more detailed vulnerability
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
installed packages and then start installing the ones that you
|
installed packages and then start installing the ones that you
|
||||||
want.</p>
|
want.</p>
|
||||||
|
|
||||||
<p>The upcoming pkgng tool makes working with binary packages
|
<p>The pkg tool makes working with binary packages
|
||||||
even easier, although source installs are still supported for
|
even easier, although source installs are still supported for
|
||||||
people who want the level of configurability that this
|
people who want the level of configurability that this
|
||||||
implies.</p>
|
implies.</p>
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
implement privilege separation, reducing the impact of
|
implement privilege separation, reducing the impact of
|
||||||
compromised code.</li>
|
compromised code.</li>
|
||||||
<li>The VuXML system for publishing vulnerabilities in ports,
|
<li>The VuXML system for publishing vulnerabilities in ports,
|
||||||
which integrates with tools such as portaudit, so that your
|
which integrates with tools such as pkg, so that your
|
||||||
daily security email tells you about any known
|
daily security email tells you about any known
|
||||||
vulnerabilities in ported software.</li>
|
vulnerabilities in ported software.</li>
|
||||||
<li>Security event auditing, using the BSM standard.</li>
|
<li>Security event auditing, using the BSM standard.</li>
|
||||||
|
|
Loading…
Reference in a new issue