[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#706103: installation-guide: Refer to isc-dhcp-server Debian package (instead of dhcp3-server)



Package: installation-guide
Severity: normal
Tags: patch

Hi

During re-reading the installation-guide appendix it looks like there
are some reference to the old dhcp3-server package, renamed to
isc-dhcp-server.

Attached is proposed patch for the english version.

Regards,
Salvatore
Index: appendix/preseed.xml
===================================================================
--- appendix/preseed.xml	(revision 68603)
+++ appendix/preseed.xml	(working copy)
@@ -582,7 +582,7 @@
 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 4 of the ISC DHCP server (the isc-dhcp-server &debian; package).
 
 </para>
 
Index: install-methods/tftp/bootp.xml
===================================================================
--- install-methods/tftp/bootp.xml	(revision 68603)
+++ install-methods/tftp/bootp.xml	(working copy)
@@ -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 @@
 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>
Index: install-methods/tftp/dhcp.xml
===================================================================
--- install-methods/tftp/dhcp.xml	(revision 68603)
+++ install-methods/tftp/dhcp.xml	(working copy)
@@ -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 @@
 </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>
 

Reply to: