Document how to place comments in the 'actions' file -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8370 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-03-27 21:04:41 +00:00
parent 65acc7afe5
commit 23fa1b703e

View File

@ -20,6 +20,10 @@
<copyright>
<year>2005</year>
<year>2007</year>
<year>2008</year>
<holder>Thomas M. Eastep</holder>
</copyright>
@ -559,6 +563,10 @@ add_rule $chainref, '-j ACCEPT';
LogAndAccept # LOG and ACCEPT a connection</programlisting><phrase><filename>/etc/shorewall/action.LogAndAccept</filename></phrase><programlisting> LOG:info
ACCEPT</programlisting></para>
<para><emphasis role="bold">Note: </emphasis>If your
/etc/shorewall/actions file doesn't indicate where to begin the comment,
then place the '#' in column 21.</para>
<para>Placing a comment on the line causes the comment to appear in the
output of the <command>shorewall show actions</command> command.</para>