From 84e8763a8a3d9ff278b7bd2170379b6e68954293 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Feb 2006 15:56:21 +0000 Subject: [PATCH] Clarify /etc/shorewall/init in the Xen Consolidation Document git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3498 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs2/XenMyWay.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/Shorewall-docs2/XenMyWay.xml b/Shorewall-docs2/XenMyWay.xml index f3fe895eb..eba3807a1 100644 --- a/Shorewall-docs2/XenMyWay.xml +++ b/Shorewall-docs2/XenMyWay.xml @@ -15,7 +15,7 @@ - 2006-02-18 + 2006-02-19 2006 @@ -243,9 +243,24 @@ ${INDENT}done __EOF__ - Remember, I run Shorewall 3 so this script runs at compile-time - rather than at run time. The "\$"'s above cause evaluation of the - variable's value to be deferred until run time. + I run Shorewall 3.1 so this script runs at compile-time rather than + at run time. The "\$"'s above cause evaluation of the variables or + expressions to be deferred until run time. To use this script on earlier + releases: + + + + Remove the first and last lines. + + + + Remove the leading "${INDENT}" from the remaining lines. + + + + Replace "\$/ with "$". + + The goals for the Shorewall configuration in Dom0 are as follows: @@ -262,7 +277,7 @@ __EOF__ - Ensure that there is no stray traffic between the zones. + Ensure that there is no stray traffic between the zones.