Comment out traditional pkg_* section.
Subsequent commits will chase down remaining pkg_* commands in other sections. Reviewed by: bapt Sponsored by: iXsystems
This commit is contained in:
parent
c41afce43e
commit
897fac7474
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43747
1 changed files with 10 additions and 25 deletions
|
@ -32,11 +32,6 @@
|
|||
to &os;.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to manage binary packages using the traditional
|
||||
package system.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to manage binary packages using
|
||||
<application>pkgng</application>.</para>
|
||||
|
@ -101,14 +96,9 @@
|
|||
writing, over &os.numports; third-party applications have been
|
||||
ported to &os;.</para>
|
||||
|
||||
<para>&os; provides two technologies which automate these
|
||||
steps.</para>
|
||||
|
||||
<para>A &os; package contains pre-compiled copies of all the
|
||||
commands for an application, as well as any configuration files
|
||||
and documentation. A package can be manipulated with the
|
||||
traditional &os; package management commands, such as
|
||||
&man.pkg.add.1;, or using the newer
|
||||
<application>pkgng</application> commands, such as
|
||||
<command>pkg install</command>.</para>
|
||||
|
||||
|
@ -334,9 +324,8 @@ Info: Lists information about open files (similar to fstat(1))</screen>
|
|||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 xml:id="packages-using">
|
||||
<!--
|
||||
<sect1 xml:id="packages-using">
|
||||
<sect1info>
|
||||
<authorgroup>
|
||||
<author>
|
||||
|
@ -346,7 +335,6 @@ Info: Lists information about open files (similar to fstat(1))</screen>
|
|||
</author>
|
||||
</authorgroup>
|
||||
</sect1info>
|
||||
-->
|
||||
|
||||
<title>Using Binary Packages</title>
|
||||
|
||||
|
@ -561,6 +549,7 @@ docbook =
|
|||
<literal>xchat</literal> will be deleted.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
-->
|
||||
|
||||
<sect1 xml:id="pkgng-intro">
|
||||
<title>Using <application>pkgng</application> for Binary Package
|
||||
|
@ -582,7 +571,7 @@ docbook =
|
|||
<title>Getting Started with
|
||||
<application>pkgng</application></title>
|
||||
|
||||
<para>&os; 9.1 and later includes a bootstrap utility
|
||||
<para>&os; 8.4 and later includes a bootstrap utility
|
||||
which can be used to download and install
|
||||
<application>pkgng</application>, along with its manual
|
||||
pages.</para>
|
||||
|
@ -944,7 +933,7 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
|
|||
<application>Subversion</application> can be installed as
|
||||
a package:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r subversion</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg install subversion</userinput></screen>
|
||||
|
||||
<para>If <application>pkgng</application> is being used to
|
||||
manage packages, <application>Subversion</application> can
|
||||
|
@ -1249,10 +1238,8 @@ ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></scree
|
|||
</indexterm>
|
||||
|
||||
<para>Installed ports can be uninstalled using
|
||||
&man.pkg.delete.1;. Alternately, if the &os; system has been
|
||||
configured to use <application>pkg</application>, a port can
|
||||
be uninstalled using <command>pkg delete</command>. Examples
|
||||
for using these commands can be found in <xref linkend="packages-using"/> and <xref linkend="pkgng-intro"/></para>
|
||||
<command>pkg delete</command>. Examples
|
||||
for using is command can be found in <xref linkend="pkgng-intro"/></para>
|
||||
|
||||
<para>Alternately, <command>make deinstall</command> can be
|
||||
run in the port's directory:</para>
|
||||
|
@ -1572,11 +1559,9 @@ The deinstallation will free 229 kB
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>If the system is running the traditional package system,
|
||||
use &man.pkg.info.1; to determine which files, man pages,
|
||||
and binaries were installed with the application. If the
|
||||
system is running <application>pkgng</application>, instead
|
||||
use <command>pkg info</command>.</para>
|
||||
<para>Use
|
||||
use <command>pkg info</command> to determine which files, man pages,
|
||||
and binaries were installed with the application.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
@ -1634,7 +1619,7 @@ The deinstallation will free 229 kB
|
|||
|
||||
<listitem>
|
||||
<para>Install the package instead of the port using the
|
||||
instructions in <xref linkend="packages-using"/> or <xref linkend="pkgng-intro"/>.</para>
|
||||
instructions in <xref linkend="pkgng-intro"/>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue