From 1a234e49fa4ca65f92f042b155046a606f96c54b Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 23 Nov 2007 21:58:32 +0000 Subject: [PATCH] More documentation/help updates git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7733 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/shorewall-lite | 2 +- manpages/shorewall.conf.xml | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/Shorewall-lite/shorewall-lite b/Shorewall-lite/shorewall-lite index 66198b895..c27c17f76 100755 --- a/Shorewall-lite/shorewall-lite +++ b/Shorewall-lite/shorewall-lite @@ -349,7 +349,7 @@ restart_command() { # usage() # $1 = exit status { - echo "Usage: $(basename $0) [debug|trace] [nolock] [ -q ] [ -v ] [ -t ] " + echo "Usage: $(basename $0) [debug|trace] [nolock] [ -q ] [ -v[-1|{0-2}] ] [ -t ] " echo "where is one of:" echo " allow
..." echo " clear" diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 8898e5589..b2d625e17 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -734,6 +734,30 @@ net all DROP infothen the chain name is 'net2all' + + LOG_VERBOSITY=[number] + + + This option controls the amount of information logged to the + file specified in the STARTUP_LOG option. + + Values are: + + + -1 — Logging is disabled + + 0 — Silent. Only error messages are logged. + + 1 — Major progress messages logged. + + 2 — All progress messages logged + + + If not specified, then -1 is assumed. + + + LOGALLNEW=[log-level] @@ -1377,6 +1401,19 @@ net all DROP infothen the chain name is 'net2all' + + STARTUP_LOG=[pathname] + + + If specified, determines where Shorewall will log the details + of each start, restart and refresh command. Logging verbosity is + determined by the setting of LOG_VERBOSITY above. + + + SUBSYSLOCK=[pathname]