Make it more obvious that 'portsnap fetch' is required for updating
ports, not just on first run. PR: docs/174892 Submitted by: Ivar Castro <ivar123@gmail.com> Reviewed by: crees Approved by: bcr (mentor)
This commit is contained in:
parent
0557f5eb66
commit
6251b58104
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41091
1 changed files with 4 additions and 1 deletions
|
@ -1017,14 +1017,17 @@ Deinstalling ca_root_nss-3.13.5... done</screen>
|
|||
<filename class="directory">/usr/ports</filename>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portsnap extract</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>After the first use of
|
||||
<application>Portsnap</application> has been completed as
|
||||
shown above,
|
||||
<filename class="directory">/usr/ports</filename> can be
|
||||
updated with:</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