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/zh_CN/install-methods.po | |
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/zh_CN/install-methods.po')
-rw-r--r-- | po/zh_CN/install-methods.po | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/po/zh_CN/install-methods.po b/po/zh_CN/install-methods.po index 18e7ea6e4..8a84951d1 100644 --- a/po/zh_CN/install-methods.po +++ b/po/zh_CN/install-methods.po @@ -1746,13 +1746,13 @@ 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> 软件包。这里是它的一个简单的配置" -"示例文件(参阅 <filename>/etc/dhcp3/dhcpd.conf</filename>):" +"推荐使用 <classname>isc-dhcp-server</classname> 软件包。这里是它的一个简单的配置" +"示例文件(参阅 <filename>/etc/dhcp/dhcpd.conf</filename>):" #. Tag: screen #: install-methods.xml:1243 @@ -1819,10 +1819,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>。" +"<userinput>/etc/init.d/isc-dhcp-server restart</userinput>。" #. Tag: title #: install-methods.xml:1263 @@ -1913,13 +1913,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 服务器。首先是 CMU <command>bootpd</" "command>,另外一种实际上是 DHCP 服务器:ISC <command>dhcpd</command>。" "&debian-gnu; 中它们分别被包含在 <classname>bootp</classname> 和 " -"<classname>dhcp3-server</classname> 软件包。" +"<classname>isc-dhcp-server</classname> 软件包。" #. Tag: para #: install-methods.xml:1293 @@ -1995,14 +1995,14 @@ 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 就非常容易。因为它把 " "BOOTP 客户程序看成一个特殊的 DHCP 客户端。部分体系结构需要经过复杂的设置才能" "从 BOOTP 启动客户端。如果您的机器属于这种情况,请阅读<xref linkend=\"dhcpd\"/" ">。否则,大概只需要将 <userinput>allow bootp</userinput> 指令添加到包含客户机" -"的子网的配置部分 <filename>/etc/dhcp3/dhcpd.conf</filename>,并用命令 " -"<userinput>/etc/init.d/dhcp3-server restart</userinput> 重新启动 " +"的子网的配置部分 <filename>/etc/dhcp/dhcpd.conf</filename>,并用命令 " +"<userinput>/etc/init.d/isc-dhcp-server restart</userinput> 重新启动 " "<command>dhcpd</command>。" #. Tag: title |