- Tell users to use csup and drop mentions of cvsup
This commit is contained in:
parent
1b21b1599f
commit
b5aa46f552
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31738
1 changed files with 11 additions and 27 deletions
|
@ -622,44 +622,28 @@ docbook =
|
|||
<title>CVSup Method</title>
|
||||
|
||||
<para>This is a quick method for getting and keeping your copy of the
|
||||
Ports Collection up to date using <application>CVSup</application>.
|
||||
Ports Collection up to date using <application>CVSup</application> protocol.
|
||||
If you want to learn more about <application>CVSup</application>, see
|
||||
<link linkend="cvsup">Using CVSup</link>.</para>
|
||||
|
||||
<note>
|
||||
<para>The <application>csup</application> utility is a rewrite of
|
||||
the <application>CVSup</application> software in C and is
|
||||
available in &os; 6.2 or later. You can use
|
||||
<application>csup</application> that is included in the base
|
||||
install and skip step #1 and then substitute the
|
||||
<command>cvsup</command> command with
|
||||
<command>csup</command>. For older releases, you
|
||||
can still install <application>csup</application>
|
||||
<para>The implementation of CVSup protocol included with the &os;
|
||||
system is called <application>csup</application>. It first
|
||||
appeared in &os; 6.2. Users of older &os; releases can install it
|
||||
via the <filename role="package">net/csup</filename>
|
||||
port/package.</para>
|
||||
</note>
|
||||
|
||||
<para>Make sure <filename role="directory">/usr/ports</filename>
|
||||
is empty before you run <application>CVSup</application> for
|
||||
is empty before you run <application>csup</application> for
|
||||
the first time! If you already have the Ports Collection present,
|
||||
obtained from another source, <application>CVSup</application>
|
||||
obtained from another source, <application>csup</application>
|
||||
will not prune removed patch files.</para>
|
||||
|
||||
<step>
|
||||
<para>Install the <filename
|
||||
role="package">net/cvsup-without-gui</filename> package:</para>
|
||||
<para>Run <command>csup</command>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r cvsup-without-gui</userinput></screen>
|
||||
|
||||
<para>See <link
|
||||
linkend="cvsup-install">CVSup Installation</link> (<xref
|
||||
linkend="cvsup-install">) for more details.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Run <command>cvsup</command>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cvsup -L 2 -h <replaceable>cvsup.FreeBSD.org</replaceable> /usr/share/examples/cvsup/ports-supfile</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>csup -L 2 -h <replaceable>cvsup.FreeBSD.org</replaceable> /usr/share/examples/cvsup/ports-supfile</userinput></screen>
|
||||
|
||||
<para>Change
|
||||
<replaceable>cvsup.FreeBSD.org</replaceable> to a
|
||||
|
@ -697,17 +681,17 @@ docbook =
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>And now to run <command>cvsup</command>, use the
|
||||
<para>And now to run <command>csup</command>, use the
|
||||
following:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cvsup -L 2 <replaceable>/root/ports-supfile</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>csup -L 2 <replaceable>/root/ports-supfile</replaceable></userinput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
</note>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Running the &man.cvsup.1; command later will download and apply all
|
||||
<para>Running the &man.csup.1; command later will download and apply all
|
||||
the recent changes to your Ports Collection, except
|
||||
actually rebuilding the ports for your own system.</para>
|
||||
</step>
|
||||
|
|
Loading…
Reference in a new issue