mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 22:30:58 +01:00
More documentation/help updates
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7733 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
586a5d27ce
commit
1a234e49fa
@ -349,7 +349,7 @@ restart_command() {
|
||||
#
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
echo "Usage: $(basename $0) [debug|trace] [nolock] [ -q ] [ -v ] [ -t ] <command>"
|
||||
echo "Usage: $(basename $0) [debug|trace] [nolock] [ -q ] [ -v[-1|{0-2}] ] [ -t ] <command>"
|
||||
echo "where <command> is one of:"
|
||||
echo " allow <address> ..."
|
||||
echo " clear"
|
||||
|
@ -734,6 +734,30 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis
|
||||
role="bold">LOG_VERBOSITY=</emphasis>[<emphasis>number</emphasis>]</term>
|
||||
|
||||
<listitem>
|
||||
<para>This option controls the amount of information logged to the
|
||||
file specified in the STARTUP_LOG option.</para>
|
||||
|
||||
<para>Values are:</para>
|
||||
|
||||
<simplelist>
|
||||
<member>-1 — Logging is disabled</member>
|
||||
|
||||
<member>0 — Silent. Only error messages are logged.</member>
|
||||
|
||||
<member>1 — Major progress messages logged.</member>
|
||||
|
||||
<member>2 — All progress messages logged</member>
|
||||
</simplelist>
|
||||
|
||||
<para>If not specified, then -1 is assumed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis
|
||||
role="bold">LOGALLNEW=</emphasis>[<emphasis>log-level</emphasis>]</term>
|
||||
@ -1377,6 +1401,19 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis
|
||||
role="bold">STARTUP_LOG=</emphasis>[<emphasis>pathname</emphasis>]</term>
|
||||
|
||||
<listitem>
|
||||
<para>If specified, determines where Shorewall will log the details
|
||||
of each <emphasis role="bold">start</emphasis>, <emphasis
|
||||
role="bold">restart</emphasis> and <emphasis
|
||||
role="bold">refresh</emphasis> command. Logging verbosity is
|
||||
determined by the setting of LOG_VERBOSITY above.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis
|
||||
role="bold">SUBSYSLOCK=</emphasis>[<emphasis>pathname</emphasis>]</term>
|
||||
|
Loading…
Reference in New Issue
Block a user