aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2010-01-30 20:56:24 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2010-01-30 20:56:24 +0000
commitc33944681817e13ed9a6e993d306ff0c328cfee6 (patch)
treedd21e0364a76332373455647e9b08acf82239655
parent28a5593c29210968644ceb81b73a0b4a9619bbc7 (diff)
downloaddoc-c33944681817e13ed9a6e993d306ff0c328cfee6.tar.gz
doc-c33944681817e13ed9a6e993d306ff0c328cfee6.zip
Replace outdated ISC DHCP 3.0 with version 3.1 from the ports collection.
The extension .sh from the startup script was removed as well, see the entry of 20060818 in /usr/ports/UPDATING for details. PR: docs/143120 Submitted by: Denny Lin (dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw) Discussed with: jkois
Notes
Notes: svn path=/head/; revision=35278
-rw-r--r--en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
index ca76e57522..f04695fc71 100644
--- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
@@ -2555,7 +2555,7 @@ nis_client_flags="-S <replaceable>NIS domain</replaceable>,<replaceable>server</
client-side program, <command>dhclient</command>, comes
integrated within FreeBSD, and the server-side portion is
available from the <filename
- role="package">net/isc-dhcp3-server</filename> port. The
+ role="package">net/isc-dhcp31-server</filename> port. The
&man.dhclient.8;, &man.dhcp-options.5;, and
&man.dhclient.conf.5; manual pages, in addition to the
references below, are useful resources.</para>
@@ -2665,7 +2665,7 @@ dhclient_flags=""</programlisting>
</indexterm>
<para>The DHCP server, <application>dhcpd</application>, is included
as part of the <filename
- role="package">net/isc-dhcp3-server</filename> port in the ports
+ role="package">net/isc-dhcp31-server</filename> port in the ports
collection. This port contains the ISC DHCP server and
documentation.</para>
</sect2>
@@ -2729,7 +2729,7 @@ dhclient_flags=""</programlisting>
<para>The server is not provided as part of
FreeBSD, and so you will need to install the
- <filename role="package">net/isc-dhcp3-server</filename>
+ <filename role="package">net/isc-dhcp31-server</filename>
port to provide this service. See <xref linkend="ports"> for
more information on using the Ports Collection.</para>
</sect3>
@@ -2768,7 +2768,7 @@ dhclient_flags=""</programlisting>
<para>The next thing that you will need to do is edit the sample
<filename>dhcpd.conf</filename> which was installed by the
- <filename role="package">net/isc-dhcp3-server</filename> port.
+ <filename role="package">net/isc-dhcp31-server</filename> port.
By default, this will be
<filename>/usr/local/etc/dhcpd.conf.sample</filename>, and you
should copy this to
@@ -2882,7 +2882,7 @@ dhcpd_ifaces="dc0"</programlisting>
<para>Then, you can proceed to start the server by issuing the
following command:</para>
- <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/isc-dhcpd.sh start</userinput></screen>
+ <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/isc-dhcpd start</userinput></screen>
<para>Should you need to make changes to the configuration of your
server in the future, it is important to note that sending a
@@ -2932,7 +2932,7 @@ dhcpd_ifaces="dc0"</programlisting>
environments where one DHCP server forwards a request from a
client to another DHCP server on a separate network. If you
require this functionality, then install the <filename
- role="package">net/isc-dhcp3-relay</filename> port. The
+ role="package">net/isc-dhcp31-relay</filename> port. The
&man.dhcrelay.8; manual page provided with the
port contains more detail.</para>
</listitem>