From d946e11fc493272c941c44d699dcb894b54395dd Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 5 Dec 2007 18:52:04 +0000 Subject: [PATCH] Add STARTUP_LOG and LOG_VERBOSITY to sample shorewall.conf files git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7830 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/one-interface/shorewall.conf | 4 ++++ Samples/three-interfaces/shorewall.conf | 4 ++++ Samples/two-interfaces/shorewall.conf | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Samples/one-interface/shorewall.conf b/Samples/one-interface/shorewall.conf index 605f782a5..54dbe807d 100644 --- a/Samples/one-interface/shorewall.conf +++ b/Samples/one-interface/shorewall.conf @@ -39,6 +39,10 @@ SHOREWALL_COMPILER= LOGFILE=/var/log/messages +STARTUP_LOG= + +LOG_VERBOSITY= + LOGFORMAT="Shorewall:%s:%s:" LOGTAGONLY=No diff --git a/Samples/three-interfaces/shorewall.conf b/Samples/three-interfaces/shorewall.conf index 3ca27e503..81f2fce64 100644 --- a/Samples/three-interfaces/shorewall.conf +++ b/Samples/three-interfaces/shorewall.conf @@ -41,6 +41,10 @@ SHOREWALL_COMPILER= LOGFILE=/var/log/messages +STARTUP_LOG= + +LOG_VERBOSITY= + LOGFORMAT="Shorewall:%s:%s:" LOGTAGONLY=No diff --git a/Samples/two-interfaces/shorewall.conf b/Samples/two-interfaces/shorewall.conf index ec6819776..4025ff14a 100644 --- a/Samples/two-interfaces/shorewall.conf +++ b/Samples/two-interfaces/shorewall.conf @@ -39,6 +39,10 @@ SHOREWALL_COMPILER= LOGFILE=/var/log/messages +STARTUP_LOG= + +LOG_VERBOSITY= + LOGFORMAT="Shorewall:%s:%s:" LOGTAGONLY=No