diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2013-12-19 04:55:35 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2013-12-19 04:55:35 +0000 |
commit | c8c8bab609885cd15f800a220c691a4532ba76f5 (patch) | |
tree | 64887decc27b36d1c3c52690fa5684db944c0740 /release/doc | |
parent | 8a7a061696ca2732bea84e2e776353dc699dd8a7 (diff) | |
download | FreeBSD-src-c8c8bab609885cd15f800a220c691a4532ba76f5.zip FreeBSD-src-c8c8bab609885cd15f800a220c691a4532ba76f5.tar.gz |
Add item for pkg(8).
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 55d9052..2f88cb8 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -538,18 +538,10 @@ <sect2 xml:id="ports"> <title>Ports/Packages Collection Infrastructure</title> - <para>The &man.pkg.create.1; utility now supports - <option>-n</option>. When this option is specified and a - package tarball exists, it will not be overwritten. This is - useful when multiple packages are saved with several consecutive - runs of &man.pkg.create.1; with the <option>-Rb</option> - options.</para> - - <para>The pkg_sign and pkg_check utilities for cryptographically - signing &os; packages have been removed. They were only useful - for packages compressed using &man.gzip.1;; however - &man.bzip2.1; compression has been the norm for some time - now.</para> + <para revision="257444">The pkg_add, pkg_create, pkg_delete, pkg_info, + pkg_updating, and pkg_version utilities have been removed. + &man.pkg.8; must now be used to install binary packages. &man.pkg.8; + is the next generation &os; package manager, also referred to as "pkgng".</para> </sect2> |