summaryrefslogtreecommitdiff
path: root/po/zh_CN
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2013-04-30 21:31:22 +0000
committerSamuel Thibault <sthibault@debian.org>2013-04-30 21:31:22 +0000
commite423c05465aeb87050285c8765c52e9d290cfc88 (patch)
treeb34f09b51d10b4ec69bb64787363a0a8759ade9a /po/zh_CN
parent2611f75655e95a957383a3d95e127aff72a11794 (diff)
downloadinstallation-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')
-rw-r--r--po/zh_CN/install-methods.po22
-rw-r--r--po/zh_CN/preseed.po4
2 files changed, 13 insertions, 13 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
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 965b96788..d920bdbd7 100644
--- a/po/zh_CN/preseed.po
+++ b/po/zh_CN/preseed.po
@@ -1063,13 +1063,13 @@ 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 来指定从网络下载的预置文件。DHCP 允许指定文件名。通常是用于 "
"netboot 的文件,但如果是一个 URL,那么支持网络预置的安装介质就会从该 URL 下"
"载,并用作预置文件。这里有一个在 dhcpd.conf 中使用的例子,它用于 ISC DHCP 服"
-"务器第 3 版(&debian; 里面是 dhcp3-server 软件包)。"
+"务器第 3 版(&debian; 里面是 isc-dhcp-server 软件包)。"
#. Tag: screen
#: preseed.xml:569