<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 10/26/13, 1:17 PM, David Smith
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1382807848-13889-2-git-send-email-dsmith@eclipse.ncsc.mil"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">---
 RHEL6/transforms/shorthand2xccdf.xslt |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/RHEL6/transforms/shorthand2xccdf.xslt b/RHEL6/transforms/shorthand2xccdf.xslt
index 84a68ed..1008492 100644
--- a/RHEL6/transforms/shorthand2xccdf.xslt
+++ b/RHEL6/transforms/shorthand2xccdf.xslt
@@ -205,6 +205,7 @@
             &lt;xsl:if test="fileperms-check-macro or fileowner-check-macro or filegroupowner-check-macro"&gt;it does not&lt;/xsl:if&gt;
             &lt;xsl:if test="partition-check-macro"&gt;no line is returned&lt;/xsl:if&gt;
             &lt;xsl:if test="service-disable-check-macro"&gt;the service is running&lt;/xsl:if&gt;
+            &lt;xsl:if test="xinetd-service-disable-check-macro"&gt;the service is running&lt;/xsl:if&gt;
             &lt;xsl:if test="service-enable-check-macro"&gt;the service is not running&lt;/xsl:if&gt;
             &lt;xsl:if test="package-check-macro"&gt;the package is installed&lt;/xsl:if&gt;
             &lt;xsl:if test="module-disable-check-macro"&gt;no line is returned&lt;/xsl:if&gt;
@@ -406,6 +407,17 @@
     &lt;xhtml:pre&gt;&lt;xsl:value-of select="@service"/&gt; is stopped&lt;/xhtml:pre&gt;
   &lt;/xsl:template&gt;
 
+  &lt;xsl:template match="xinetd-service-disable-check-macro"&gt;
+      To check that the &lt;xhtml:code&gt;&lt;xsl:value-of select="@service"/&gt;&lt;/xhtml:code&gt; service is disabled in system boot configuration, run the following command:
+          &lt;xhtml:pre&gt;# chkconfig &lt;xhtml:code&gt;&lt;xsl:value-of select="@service"/&gt;&lt;/xhtml:code&gt; --list&lt;/xhtml:pre&gt;
+              Output should indicate the &lt;xhtml:code&gt;&lt;xsl:value-of select="@service"/&gt;&lt;/xhtml:code&gt; service has either not been installed, or has been disabled, as shown in the example below:
+              &lt;xhtml:pre&gt;# chkconfig &lt;xhtml:code&gt;&lt;xsl:value-of select="@service"/&gt;&lt;/xhtml:code&gt; --list
+&lt;xhtml:code&gt;&lt;xsl:value-of select="@service"/&gt;&lt;/xhtml:code&gt;       off&lt;/xhtml:pre&gt;
+  &lt;/xsl:template&gt;
+
+
+
+
   &lt;xsl:template match="service-enable-check-macro"&gt;
     Run the following command to determine the current status of the
 &lt;xhtml:code&gt;&lt;xsl:value-of select="@service"/&gt;&lt;/xhtml:code&gt; service:
<div class="moz-txt-sig">-- 
1.7.1
</div></pre>
      </div>
    </blockquote>
    <br>
    applied locally -- this is nice work!<br>
    <br>
    ack<br>
  </body>
</html>