From b2c54f506375f1acd188c9db3d86145a615f3c80 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 5 Aug 2007 20:02:24 +0000 Subject: [PATCH] Add SHOREWALL_COMPILER to shorewall.conf(5) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7069 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall.conf.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 58fd22a61..1aba06f42 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -1188,6 +1188,31 @@ net all DROP infothen the chain name is 'net2all' + + SHOREWALL_COMPILER={perl|shell} + + + Specifies the compiler to use to generate a firewall script. + The value of this option can be either perl or shell. + + If you add 'SHOREWALL_COMPILER=perl' to + /etc/shorewall/shorewall.conf then by default, + the Shorewall-perl compiler will be used on the system. If you add + it to shorewall.conf in a separate directory + (such as a Shorewall-lite export directory) then the Shorewall-perl + compiler will only be used when you compile from that + directory. + + 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)). + + + SHOREWALL_SHELL=[pathname]