Added info about sed script

This commit is contained in:
Jack-Benny Persson 2012-05-22 05:38:59 +02:00
parent 0313fa2d28
commit c6295a2bde

View File

@ -343,6 +343,10 @@ done
#And finally, delete the tar.gz #And finally, delete the tar.gz
/bin/rm emerging.rules.tar.gz /bin/rm emerging.rules.tar.gz
</pre> </pre>
<p>
As you can from the script you'll have to have the sed script file "no_established.sed" in your root home directory. If you don't need to or don't want to remove the established keywords from the rules, just comment out that part in the script above. The sed file is the same as the one for the Snort rule in the <a href="#enabledisable">Enable/disable rules bug</a>.
</p>
<h2><a name="thanks">Thanks</a></h2> <h2><a name="thanks">Thanks</a></h2>
<p> <p>
I hope this could be useful to someone out there! I hope this could be useful to someone out there!