- Merge the following from the English version:

r49829 -> r50603	head/ja_JP.eucJP/books/handbook/ports/chapter.xml
This commit is contained in:
Ryusuke SUZUKI 2017-07-31 08:31:43 +00:00
parent 3ea6e68a47
commit 9468444c8c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50610

View file

@ -3,7 +3,7 @@
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
Original revision: r49829 Original revision: r50603
$FreeBSD$ $FreeBSD$
--> -->
<chapter xmlns="http://docbook.org/ns/docbook" <chapter xmlns="http://docbook.org/ns/docbook"
@ -1683,9 +1683,9 @@ ports-mgmt/pkg
<filename>/usr/local/etc/pkg/repos/FreeBSD.conf</filename> <filename>/usr/local/etc/pkg/repos/FreeBSD.conf</filename>
を作成して、以下を含めてください。</para> を作成して、以下を含めてください。</para>
<screen>FreeBSD: { <programlisting>FreeBSD: {
enabled: no enabled: no
}</screen> }</programlisting>
<para>通常は、HTTP 経由で poudriere <para>通常は、HTTP 経由で poudriere
リポジトリをクライアントコンピュータに公開すると簡単です。 リポジトリをクライアントコンピュータに公開すると簡単です。
@ -1700,10 +1700,10 @@ ports-mgmt/pkg
<filename>/usr/local/etc/pkg/repos/custom.conf</filename> は、 <filename>/usr/local/etc/pkg/repos/custom.conf</filename> は、
以下のようになります。</para> 以下のようになります。</para>
<screen>custom: { <programlisting>custom: {
url: "<replaceable>http://pkg.example.com/10amd64</replaceable>", url: "<replaceable>http://pkg.example.com/10amd64</replaceable>",
enabled: yes, enabled: yes,
}</screen> }</programlisting>
</sect2> </sect2>
</sect1> </sect1>