Index: articles/fbsd-from-scratch/stage_2.conf.default =================================================================== --- articles/fbsd-from-scratch/stage_2.conf.default +++ articles/fbsd-from-scratch/stage_2.conf.default @@ -1,7 +1,6 @@ # vim: syntax=sh # $Id: stage_2.conf.default,v 1.4 2008-12-03 21:59:51 schweikh Exp $ # $FreeBSD$ -ports-mgmt portaudit devel ccache shells zsh devel gettext Index: articles/linux-comparison/article.xml =================================================================== --- articles/linux-comparison/article.xml +++ articles/linux-comparison/article.xml @@ -365,7 +365,7 @@ shipped with the FreeBSD operating system as well any software available in the Ports Collection 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; system is vulnerable, and if so, receive a description of the problem and an URL containing a more detailed vulnerability Index: htdocs/advocacy/whyusefreebsd.xml =================================================================== --- htdocs/advocacy/whyusefreebsd.xml +++ htdocs/advocacy/whyusefreebsd.xml @@ -113,7 +113,7 @@ installed packages and then start installing the ones that you want.

-

The upcoming pkgng tool makes working with binary packages +

The pkg tool makes working with binary packages even easier, although source installs are still supported for people who want the level of configurability that this implies.

@@ -137,7 +137,7 @@ implement privilege separation, reducing the impact of compromised code.
  • 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 vulnerabilities in ported software.
  • Security event auditing, using the BSM standard.