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.