[deployment-guide/comm-rel: 106/727] Updated the /etc/sysconfig/dhcpd section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:33:06 UTC 2010


commit 49b458b6799c5fa263553b6bbb809b92fc9b0014
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Jul 22 16:30:47 2010 +0200

    Updated the /etc/sysconfig/dhcpd section.

 en-US/The_sysconfig_Directory.xml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 6342616..8bd74c8 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -395,7 +395,21 @@
         <secondary><filename>/etc/sysconfig/dhcpd</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/dhcpd</filename> file is used to pass arguments to the <command>dhcpd</command> daemon at boot time. The <command>dhcpd</command> daemon implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). DHCP and BOOTP assign IP addresses and other configuration information to machines on the network. For more information about what parameters are available in this file, refer to the <command>dhcpd</command> man page.
+        The <filename>/etc/sysconfig/dhcpd</filename> file is used to pass arguments to the <command>dhcpd</command> daemon at boot time. By default, it contains the following options:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>DHCPDARGS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>dhcpd</command> daemon. For example:
+            </para>
+            <screen>DHCPDARGS=</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <para>
+        Refer to <xref linkend="ch-Dynamic_Host_Configuration_Protocol_DHCP" /> for more information on DHCP and its usage.
       </para>
     </section>
     <!-- silas: exim was in RHEL5 but not in RHEL6 packages


More information about the docs-commits mailing list