Add a little note about creating /usr/ports when using portsnap

on a fresh system.  Marc [1] spotted this during a fresh
installation using the handbook to get the machine up and running.

Noticed by:		Marc Plaisier <marc at evilcoder dot org> [1]
Spelling suggestions:	Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
This commit is contained in:
Remko Lodder 2005-12-18 10:47:44 +00:00
parent d60bdb1b5f
commit b08147b526
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26633

View file

@ -2425,6 +2425,14 @@ doc/zh_*</screen>
determine which parts of the ports tree need to be updated
later.</para>
<note>
<para>In the default installation <filename>/usr/ports</filename>
is not created. It should be created before
<application>portsnap</application> is used.</para>
<screen>&prompt.root; <userinput>mkdir /usr/ports</userinput></screen>
</note>
<screen>&prompt.root; <userinput>portsnap extract</userinput></screen>
</sect2>