<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 7/14/13 5:41 PM, Jeffrey Blank
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALjtS7J3aPSEJ0oERgAs_5Lg6bCrZvyyR0+HN0_xzg=OCd9Lrw@mail.gmail.com"
      type="cite">
      <pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><span style="font-family:arial">Typo here:</span>
</pre>
      <pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">+# Stop SERVICENAME if currently running</pre>
      <div class="gmail_extra"><br>
      </div>
      <div class="gmail_extra">Otherwise seems harmless enough.</div>
    </blockquote>
    <br>
    Updated: <br>
    <br>
    +++ b/RHEL6/input/fixes/bash/templates/template_service_enabled<br>
    @@ -0,0 +1,9 @@<br>
    +#<br>
    +# Enable SERVICENAME for all run levels<br>
    +#<br>
    +chkconfig --level 0123456 SERVICENAME on<br>
    +<br>
    +#<br>
    +# Start SERVICENAME if not currently running<br>
    +#<br>
    +service SERVICENAME start<br>
    <br>
  </body>
</html>