diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-04-30 21:31:22 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-04-30 21:31:22 +0000 |
commit | e423c05465aeb87050285c8765c52e9d290cfc88 (patch) | |
tree | b34f09b51d10b4ec69bb64787363a0a8759ade9a /po/ja | |
parent | 2611f75655e95a957383a3d95e127aff72a11794 (diff) | |
download | installation-guide-e423c05465aeb87050285c8765c52e9d290cfc88.zip |
Switch from dhcp3-server to isc-dhcp-server
Thanks Salvatore Bonaccorso for the report. Closes: #706103.
Diffstat (limited to 'po/ja')
-rw-r--r-- | po/ja/install-methods.po | 20 | ||||
-rw-r--r-- | po/ja/preseed.po | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/po/ja/install-methods.po b/po/ja/install-methods.po index 83ef5a7f8..ecfb46439 100644 --- a/po/ja/install-methods.po +++ b/po/ja/install-methods.po @@ -1884,12 +1884,12 @@ msgstr "DHCP サーバの設定" #, no-c-format msgid "" "One free software DHCP server is ISC <command>dhcpd</command>. For &debian-" -"gnu;, the <classname>dhcp3-server</classname> package is recommended. Here " -"is a sample configuration file for it (see <filename>/etc/dhcp3/dhcpd.conf</" +"gnu;, the <classname>isc-dhcp-server</classname> package is recommended. Here " +"is a sample configuration file for it (see <filename>/etc/dhcp/dhcpd.conf</" "filename>):" msgstr "" "フリーソフトウェアの DHCP サーバのひとつに、 ISC の <command>dhcpd</command> " -"があります。 &debian-gnu; では、<classname>dhcp3-server</classname> パッケー" +"があります。 &debian-gnu; では、<classname>isc-dhcp-server</classname> パッケー" "ジをお勧めします。 以下に、設定ファイルの例を示します。 (<filename>/etc/" "dhcpd.conf</filename> を参照)" @@ -1959,10 +1959,10 @@ msgstr "" #, no-c-format msgid "" "After you have edited the <command>dhcpd</command> configuration file, " -"restart it with <userinput>/etc/init.d/dhcp3-server restart</userinput>." +"restart it with <userinput>/etc/init.d/isc-dhcp-server restart</userinput>." msgstr "" "<command>dhcpd</command> の設定ファイルの編集を終えたら、 <userinput>/etc/" -"init.d/dhcp3-server restart</userinput> で <command>dhcpd</command> を再起動" +"init.d/isc-dhcp-server restart</userinput> で <command>dhcpd</command> を再起動" "してください。" #. Tag: title @@ -2055,13 +2055,13 @@ msgid "" "There are two BOOTP servers available for GNU/Linux. The first is CMU " "<command>bootpd</command>. The other is actually a DHCP server: ISC " "<command>dhcpd</command>. In &debian-gnu; these are contained in the " -"<classname>bootp</classname> and <classname>dhcp3-server</classname> " +"<classname>bootp</classname> and <classname>isc-dhcp-server</classname> " "packages respectively." msgstr "" "GNU/Linux で使える BOOTP サーバは 2 つあります。 ひとつは CMU の " "<command>bootpd</command> です。 もう 1 つは実際は DHCP サーバですが、ISC の " "<command>dhcpd</command> です。 &debian-gnu; では、 <classname>bootp</" -"classname> パッケージと <classname>dhcp3-server</classname> パッケージにそれ" +"classname> パッケージと <classname>isc-dhcp-server</classname> パッケージにそれ" "ぞれ入っています。" #. Tag: para @@ -2140,16 +2140,16 @@ msgid "" "adding the <userinput>allow bootp</userinput> directive to the configuration " "block for the subnet containing the client in <filename>/etc/dhcp3/dhcpd." "conf</filename>, and restart <command>dhcpd</command> with <userinput>/etc/" -"init.d/dhcp3-server restart</userinput>." +"init.d/isc-dhcp-server restart</userinput>." msgstr "" "対照的に、ISC <command>dhcpd</command> を使っての BOOTP の設定は実に簡単で" "す。<command>dhcpd</command> では、BOOTP クライアントは やや特殊な DHCP クラ" "イアントとして取り扱われます。アーキテクチャによっては、BOOTP によるクライア" "ントの起動には複雑な設定が必要になります。これに該当してしまったら、<xref " "linkend=\"dhcpd\"/> の節をお読みください。そうでなければ、おそらく " -"<filename>/etc/dhcp3/dhcpd.conf</filename> にある、クライアントの含まれるサブ" +"<filename>/etc/dhcp/dhcpd.conf</filename> にある、クライアントの含まれるサブ" "ネットの設定ブロックに、<userinput>allow bootp</userinput> というディレクティ" -"ブを追加し、 <userinput>/etc/init.d/dhcp3-server restart</userinput> で " +"ブを追加し、 <userinput>/etc/init.d/isc-dhcp-server restart</userinput> で " "<command>dhcpd</command> を再起動するだけです。" #. Tag: title diff --git a/po/ja/preseed.po b/po/ja/preseed.po index 5fa7dada2..4019b7720 100644 --- a/po/ja/preseed.po +++ b/po/ja/preseed.po @@ -1116,7 +1116,7 @@ msgid "" "is a file to netboot, but if it appears to be an URL then installation media " "that support network preseeding will download the file from the URL and use " "it as a preconfiguration file. Here is an example of how to set it up in the " -"dhcpd.conf for version 3 of the ISC DHCP server (the dhcp3-server &debian; " +"dhcpd.conf for version 3 of the ISC DHCP server (the isc-dhcp-server &debian; " "package)." msgstr "" "事前設定ファイルをネットワークからダウンロードするよう指定するのに、DHCP も使" |