summaryrefslogtreecommitdiff
path: root/en
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 /en
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 'en')
-rw-r--r--en/appendix/preseed.xml2
-rw-r--r--en/install-methods/tftp/bootp.xml6
-rw-r--r--en/install-methods/tftp/dhcp.xml6
3 files changed, 7 insertions, 7 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 165140ade..7a64fca54 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -582,7 +582,7 @@ from the network. DHCP allows specifying a filename. Normally this 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; package).
+for version 3 of the ISC DHCP server (the isc-dhcp-server &debian; package).
</para>
diff --git a/en/install-methods/tftp/bootp.xml b/en/install-methods/tftp/bootp.xml
index 3c8f65c74..4e89b8622 100644
--- a/en/install-methods/tftp/bootp.xml
+++ b/en/install-methods/tftp/bootp.xml
@@ -9,7 +9,7 @@
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.
</para><para>
@@ -65,8 +65,8 @@ those, read the section <xref linkend="dhcpd"/>. Otherwise you
will probably be able to get away with simply 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
+<filename>/etc/dhcp/dhcpd.conf</filename>, and restart
+<command>dhcpd</command> with <userinput>/etc/init.d/isc-dhcp-server
restart</userinput>.
</para>
diff --git a/en/install-methods/tftp/dhcp.xml b/en/install-methods/tftp/dhcp.xml
index 72b6a0364..6982c2a98 100644
--- a/en/install-methods/tftp/dhcp.xml
+++ b/en/install-methods/tftp/dhcp.xml
@@ -6,9 +6,9 @@
<para>
One free software DHCP server is ISC <command>dhcpd</command>.
-For &debian-gnu;, the <classname>dhcp3-server</classname> package is
+For &debian-gnu;, the <classname>isc-dhcp-server</classname> package is
recommended. Here is a sample configuration file for it (see
-<filename>/etc/dhcp3/dhcpd.conf</filename>):
+<filename>/etc/dhcp/dhcpd.conf</filename>):
<informalexample><screen>
option domain-name "example.com";
@@ -45,7 +45,7 @@ file which will be retrieved via TFTP.
</para><para>
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>.
</para>