<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/16/12 5:54 PM, Shawn Wells wrote:<br>
    </div>
    <blockquote cite="mid:20121116225436.GA5766@mail.corp.redhat.com"
      type="cite">
      <br>
      <fieldset class="mimeAttachmentHeader"><legend
          class="mimeAttachmentHeaderName">0005-DISA-FSO-provided-copy-editing-of-RHEL6-input-servic.patch</legend></fieldset>
      <br>
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap="">From 6379c05115f75f2876c8e6d841d8d430baef2ee3 Mon Sep 17 00:00:00 2001
From: Shawn Wells <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:shawn@redhat.com">&lt;shawn@redhat.com&gt;</a>
Date: Fri, 16 Nov 2012 07:04:26 -0500
Subject: [PATCH 05/13] DISA FSO provided copy editing of RHEL6/input/services/dhcp.xml
 DISA FSO provided copy editing of RHEL6/input/services/dhcp.xml

---
 RHEL6/input/services/dhcp.xml |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/RHEL6/input/services/dhcp.xml b/RHEL6/input/services/dhcp.xml
index 9511ba6..7cf381b 100644
--- a/RHEL6/input/services/dhcp.xml
+++ b/RHEL6/input/services/dhcp.xml
@@ -123,7 +123,7 @@ allocations.&lt;/rationale&gt;
 &lt;Rule id="dhcp_server_deny_bootp"&gt;
 &lt;title&gt;Deny BOOTP Queries&lt;/title&gt;
 &lt;description&gt;Unless your network needs to support older BOOTP clients, disable
-support for the bootp protocol by adding or correcting the global option:
+support for the bootp protocol by adding or correcting the global option.
 &lt;pre&gt;deny bootp;&lt;/pre&gt;
 &lt;/description&gt;
 &lt;rationale&gt;The bootp option tells dhcpd to respond to BOOTP queries. If support
@@ -139,7 +139,7 @@ vectors against the DHCP server.
 &lt;title&gt;Minimize Served Information&lt;/title&gt;
 &lt;description&gt;Edit /etc/dhcpd.conf. Examine each address range section within
 the file, and ensure that the following options are not defined unless there is
-an operational need to provide this information via DHCP:
+an operational need to provide this information via DHCP.
 &lt;pre&gt;option domain-name
 option domain-name-servers
 option nis-domain
@@ -173,7 +173,7 @@ usually static across machines at a given site.&lt;/warning&gt;
 &lt;Rule id="dhcp_server_configure_logging"&gt;
 &lt;title&gt;Configure Logging&lt;/title&gt;
 &lt;description&gt;Ensure that the following line exists in
-&lt;tt&gt;/etc/syslog.conf&lt;/tt&gt;:
+&lt;tt&gt;/etc/syslog.conf&lt;/tt&gt;.
 &lt;pre&gt;daemon.*           /var/log/daemon.log&lt;/pre&gt;
 Configure logwatch or other log monitoring tools to summarize error conditions
 reported by the dhcpd process.&lt;/description&gt;
@@ -201,13 +201,13 @@ accountability for network activity.
 &lt;description&gt;
 For each interface &lt;i&gt;IFACE&lt;/i&gt; on the system (e.g. eth0), edit
 &lt;tt&gt;/etc/sysconfig/network-scripts/ifcfg-&lt;i&gt;IFACE&lt;/i&gt;&lt;/tt&gt; and make the
-following changes:
+following changes.
 &lt;ul&gt;
-&lt;li&gt; Correct the BOOTPROTO line to read:
+&lt;li&gt; Correct the BOOTPROTO line to read.
 &lt;pre&gt;BOOTPROTO=static&lt;/pre&gt;
 &lt;/li&gt;
 &lt;li&gt; Add or correct the following lines, substituting the appropriate
-values based on your site's addressing scheme:
+values based on your site's addressing scheme.
 &lt;pre&gt;NETMASK=255.255.255.0
 IPADDR=192.168.1.2
 GATEWAY=192.168.1.1&lt;/pre&gt;
@@ -215,11 +215,11 @@ GATEWAY=192.168.1.1&lt;/pre&gt;
 &lt;/ul&gt;
 &lt;/description&gt;
 &lt;ocil clause="it does not"&gt;
-To verify that DHCP is not being used, examine the following file for each interface:
+To verify that DHCP is not being used, examine the following file for each interface.
 &lt;pre&gt;# /etc/sysconfig/network-scripts/ifcfg-&lt;i&gt;IFACE&lt;/i&gt;&lt;/pre&gt;
-Look for the following:
+Look for the following.
 &lt;pre&gt;BOOTPROTO=static&lt;/pre&gt;
-and the following, substituting the appropriate values based on your site's addressing scheme:
+and the following, substituting the appropriate values based on your site's addressing scheme.
 &lt;pre&gt;NETMASK=255.255.255.0
 IPADDR=192.168.1.2
 GATEWAY=192.168.1.1&lt;/pre&gt;
@@ -248,16 +248,16 @@ dhclient(8) and dhclient.conf(5) man pages.  &lt;/description&gt;
 &lt;title&gt;Minimize the DHCP-Configured Options&lt;/title&gt;
 &lt;description&gt;Create the file &lt;tt&gt;/etc/dhclient.conf&lt;/tt&gt;, and add an
 appropriate setting for each of the ten configuration settings which can be
-obtained via DHCP. For each setting, do one of the following:
+obtained via DHCP. For each setting, do one of the following.
 &lt;br/&gt;
 If the setting should &lt;i&gt;not&lt;/i&gt; be configured remotely by the DHCP server,
-select an appropriate static value, and add the line:
+select an appropriate static value, and add the line.
 &lt;pre&gt;supersede &lt;tt&gt;setting value&lt;/tt&gt;;&lt;/pre&gt;
-If the setting should be configured remotely by the DHCP server, add the lines:
+If the setting should be configured remotely by the DHCP server, add the lines.
 &lt;pre&gt;request &lt;tt&gt;setting&lt;/tt&gt;;
 require &lt;tt&gt;setting&lt;/tt&gt;;&lt;/pre&gt;
 For example, suppose the DHCP server should provide only the IP address itself
-and the subnet mask. Then the entire file should look like:
+and the subnet mask. Then the entire file should look like.
 &lt;pre&gt;supersede domain-name "example.com";
 supersede domain-name-servers 192.168.1.2;
 supersede nis-domain "";
@@ -269,7 +269,7 @@ request subnet-mask;
 require subnet-mask;&lt;/pre&gt;
 &lt;/description&gt;
 &lt;rationale&gt;By default, the DHCP client program, dhclient, requests and applies
-ten configuration options (in addition to the IP address) from the DHCP server:
+ten configuration options (in addition to the IP address) from the DHCP server.
 subnet-mask, broadcast-address, time-offset, routers, domain-name,
 domain-name-servers, host-name, nis-domain, nis-servers, and ntp-servers.  Many
 of the options requested and applied by dhclient may be the same for every
<div class="moz-txt-sig">-- 
1.7.1

</div></pre>
      </div>
    </blockquote>
    <br>
    Ack<br>
    <br>
    (note these patches were created by FSO, not myself. I only posted
    publicly.)
  </body>
</html>