From 81b071dc7ccaa207f5bc23f36adc0133e5ef09dd Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 5 Aug 2007 20:05:02 +0000 Subject: [PATCH] Add SHOREWALL_COMPILER to shorewall.conf(5) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7070 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall.conf.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 1aba06f42..843c9d749 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -1194,8 +1194,11 @@ net all DROP infothen the chain name is 'net2all' role="bold">shell} - Specifies the compiler to use to generate a firewall script. - The value of this option can be either perl or shell. + Specifies the compiler to use to generate firewall scripts + when both compilers are installed. The value of this option can be + either or . If both + compilers are installed and SHOREWALL_SHELL is not set, then + SHOREWALL_SHELL=shell is assumed. If you add 'SHOREWALL_COMPILER=perl' to /etc/shorewall/shorewall.conf then by default, @@ -1208,8 +1211,9 @@ net all DROP infothen the chain name is 'net2all' If you only install one compiler, it is suggested that you do not set SHOREWALL_COMPILER. - This setting may be overriden using the -C command option (see - shorewall(8)). + This setting may be overriden in those commands that invoke + the compiler by using the -C command option (see shorewall(8)).