From 557c194e6052ee8503eddddf4b8cbe995187d448 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 9 Feb 2007 17:16:58 +0000 Subject: [PATCH] Clarify EXPORTPARAMS git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5382 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/CompiledPrograms.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/CompiledPrograms.xml b/docs/CompiledPrograms.xml index 94e2c6093..6c72a5cd1 100644 --- a/docs/CompiledPrograms.xml +++ b/docs/CompiledPrograms.xml @@ -104,10 +104,13 @@ Beginning with Shorewall 3.2.9 and 3.4.0 RC2, the params file is only processed at compile - time if you set EXPORTPARAMS=No in + time if the -e compiler option is + given and you set EXPORTPARAMS=No in shorewall.conf. For run-time setting of shell variables, use the init extension - script. + script. Although the default setting is EXPORTPARAMS=Yes for + compatibility, the recommended setting is + EXPORTPARAMS=No. If the params file needs to set shell variables based on the configuration of the firewall system, you @@ -133,7 +136,7 @@ -
+
The "shorewall compile" command A compiled script is produced using the compile @@ -664,7 +667,8 @@ clean: Beginning with Shorewall 3.2.9 and 3.4.0 RC2, the params file is only processed at compile - time if you set EXPORTPARAMS=No in + time if the -e compiler option is + given and you set EXPORTPARAMS=No in shorewall.conf. For run-time setting of shell variables, use the init extension script.