Update to r40787:
CVS is going away soon. Suggesting it for ports, -STABLE, or -CURRENT, even with a deprecation warning, is a disservice to new users. This change removes cvsup, csup, and CVS references. SVN URLs are also changed to the preferred form and links to the SVN mirrors are added.
This commit is contained in:
parent
f5d561921e
commit
3a515a811e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47710
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: r40739
|
||||
basiert auf: r40787
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="updating-upgrading">
|
||||
<info><title>&os; aktualisieren</title>
|
||||
|
@ -57,8 +57,6 @@
|
|||
<para>wissen, wie Sie Ihr System mit
|
||||
<application>freebsd-update</application>,
|
||||
<application>Subversion</application>,
|
||||
<application>CVSup</application>,
|
||||
<application>CVS</application> oder
|
||||
<application>CTM</application>
|
||||
aktualisieren.</para>
|
||||
</listitem>
|
||||
|
@ -420,8 +418,7 @@ MergeChanges /etc/ /var/named/etc/</programlisting>
|
|||
werden:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>env DESTDIR=/boot/GENERIC make kernel
|
||||
__MAKE_CONF=/dev/null</userinput>
|
||||
&prompt.root; <userinput>env DESTDIR=/boot/GENERIC make kernel __MAKE_CONF=/dev/null</userinput>
|
||||
&prompt.root; <userinput>mv /boot/GENERIC/boot/kernel/* /boot/GENERIC</userinput>
|
||||
&prompt.root; <userinput>rm -rf /boot/GENERIC/boot</userinput></screen>
|
||||
|
||||
|
@ -924,10 +921,14 @@ Fetching 133 new ports or files... done.</screen>
|
|||
<sect2 xml:id="updating-documentation-sources">
|
||||
<title>Die Dokumentationsquellen aktualisieren</title>
|
||||
|
||||
<para>Das Programm <application>Subversion</application> kann eine saubere
|
||||
Kopie der Dokumentationsquellen holen:</para>
|
||||
<para>Das Programm <application>Subversion</application> kann
|
||||
eine saubere
|
||||
Kopie der Dokumentationsquellen über das HTTPS-Protokoll
|
||||
holen:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>svn checkout <literal>svn://svn.freebsd.org/doc/head</literal> <filename>/usr/doc</filename></userinput></screen>
|
||||
<para>Benutzen Sie dazu einen der Spiegel aus <link
|
||||
linkend="svn-mirrors">Subversion Mirror Sites</link>.</para>
|
||||
|
||||
<para>Es dauert eine Weile, wenn die Dokumentationsquellen das allererste
|
||||
Mal heruntergeladen werden. Lassen Sie es laufen, bis es fertig
|
||||
|
@ -1473,8 +1474,7 @@ Fetching 133 new ports or files... done.</screen>
|
|||
<listitem>
|
||||
<para>Beschaffen Sie sich die Quellen von einem
|
||||
<link linkend="mirrors">&os;-Spiegel</link>. Sie haben
|
||||
dazu drei Möglichkeiten:</para>
|
||||
|
||||
dazu mehrere Möglichkeiten:HIER</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Benutzen Sie das Programm <link linkend="svn">svn</link>, um den gewünschten
|
||||
|
|
Loading…
Reference in a new issue