<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 6/1/13 5:20 PM, Shawn Wells wrote:<br>
    </div>
    <blockquote cite="mid:20130601212033.GA11591@mail.corp.redhat.com"
      type="cite"><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 d43b1d02d295afdbf954af076668843845ae4325 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: Sat, 1 Jun 2013 17:11:16 -0400
Subject: [PATCH 4/4] Created service_*_disabled remediation scripts
 - Generated from template

Just to ensure things showup properly during script gen:
oscap xccdf eval --profile stig-rhel6-server --cpe ssg-rhel6-cpe-dictionary.xml --results /var/www/html/results/results.xml --report /var/www/html/report.html ssg-rhel6-xccdf.xml; oscap xccdf generate fix --result-id xccdf_org.open-scap_testresult_stig-rhel6-server /var/www/html/results/results.xml
....

chkconfig --level 0123456 autofs off

service autofs stop

.....</pre>
      </div>
    </blockquote>
    <br>
    comments get stripped from my email2list script... here's the full
    output of script generation:<br>
    <br>
    <br>
    #!/bin/bash<br>
    # OpenSCAP fix generator output for benchmark: Guide to the Secure
    Configuration of Red Hat Enterprise Linux 6<br>
    <br>
    <br>
    # Generating fixes for all failed rules in test result
    'xccdf_org.open-scap_testresult_stig-rhel6-server'.<br>
    <br>
    # XCCDF rule: service_autofs_disabled<br>
    # CCE-26976-1<br>
    <br>
    #<br>
    # Disable autofs for all run levels<br>
    #<br>
    chkconfig --level 0123456 autofs off<br>
    <br>
    #<br>
    # Stop autofs if currently running<br>
    #<br>
    service autofs stop<br>
    <br>
    <br>
  </body>
</html>