Update to r41091:
Make it more obvious that 'portsnap fetch' is required for updating ports, not just on first run. While here, improve wording.
This commit is contained in:
parent
9dae30afbc
commit
bb7551048d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47533
1 changed files with 7 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $
|
||||
basiert auf: r41084
|
||||
basiert auf: r41091
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="ports">
|
||||
<info><title>Installieren von Anwendungen: Pakete und Ports</title>
|
||||
|
@ -1054,13 +1054,16 @@ Deinstalling ca_root_nss-3.13.5... done</screen>
|
|||
<filename>/usr/ports</filename> extrahieren:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portsnap extract</userinput></screen>
|
||||
</step>
|
||||
|
||||
<para>Nachdem der erste Einsatz von
|
||||
<application>Portsnap</application> abeschlossen ist, kann
|
||||
<step>
|
||||
<para>Nach dem ersten Einsatz von
|
||||
<application>Portsnap</application>, kann
|
||||
<filename>/usr/ports</filename> wie folgt aktualisiert
|
||||
werden:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portsnap update</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>portsnap fetch</userinput>
|
||||
&prompt.root; <userinput>portsnap update</userinput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
|
|
Loading…
Reference in a new issue