mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 08:08:12 +01:00
Add -t option to shorewall manpage; document EXPORTPARAMS
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5378 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
fd1c74ca9f
commit
5ff8160a15
@ -393,6 +393,25 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">EXPORTPARAMS=</emphasis>{<emphasis
|
||||||
|
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>It is quite difficult to code a 'params' file that assigns
|
||||||
|
other than constant values such that it works correctly with
|
||||||
|
Shorewall Lite. The EXPORTPARAMS option works around this problem.
|
||||||
|
When EXPORTPARAMS=No, the 'params' file is not copied to the
|
||||||
|
compiler output when the '-e' compiler flag is present.</para>
|
||||||
|
|
||||||
|
<para>With EXPORTPARAMS=No, if you need to set environmental
|
||||||
|
variables on the firewall system for use by your extension scripts,
|
||||||
|
then do so in the init extension script.</para>
|
||||||
|
|
||||||
|
<para>The default is EXPORTPARAMS=Yes</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">FASTACCEPT=</emphasis>{<emphasis
|
<term><emphasis role="bold">FASTACCEPT=</emphasis>{<emphasis
|
||||||
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
||||||
|
@ -448,6 +448,10 @@
|
|||||||
role="bold">v</emphasis> adds one to the effective verbosity and each
|
role="bold">v</emphasis> adds one to the effective verbosity and each
|
||||||
<emphasis role="bold">q</emphasis> subtracts one from the effective
|
<emphasis role="bold">q</emphasis> subtracts one from the effective
|
||||||
VERBOSITY.</para>
|
VERBOSITY.</para>
|
||||||
|
|
||||||
|
<para>The <emphasis>options</emphasis> may also include the letter
|
||||||
|
<option>t</option> which causes all progress messages to be
|
||||||
|
timestamped.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user