From b440baef47dc545331438e2ce70959432b379b13 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 5 Jul 2007 14:53:12 +0000 Subject: [PATCH] Add section to Intro doc git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6790 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/Introduction.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Introduction.xml b/docs/Introduction.xml index 7398a01c0..743a2e203 100644 --- a/docs/Introduction.xml +++ b/docs/Introduction.xml @@ -305,6 +305,17 @@ ACCEPT net $FW tcp 22 +
+ Compile then Execute + + Shorewall versions beginning with 3.2.0 use a "compile" then + "execute" approach. The Shorewall configuration compiler reads the + configuration files and generates a shell script. Errors in the + compilation step cause the script to be discarded and the command to be + aborted. If the compilation step doesn't find any errors then the shell + script is executed. +
+
Shorewall Packages