diff --git a/docs/Documentation.xml b/docs/Documentation.xml
index 58b679344..a3bcadc8d 100644
--- a/docs/Documentation.xml
+++ b/docs/Documentation.xml
@@ -15,7 +15,7 @@
- 2006-05-07
+ 2006-06-12
2001-2006
@@ -384,7 +384,8 @@
file in /etc/shorewall that is used to define the
iptables/kernel capabilities of a remote system. The file allows
firewall scripts compiled on one system to be taylored for a remote
- system where the script will ultimately run.
+ system where the script will ultimately run under Shorewall Lite.
@@ -2746,6 +2747,9 @@ eth0 eth1 206.124.146.176
/etc/shorewall/shorewall.conf
+ See also the description of
+ /etc/shorewall-lite/shorewall.conf.
+
This file is used to set the following firewall parameters:
@@ -3020,7 +3024,9 @@ $FW chld ACCEPT
When set to Yes or yes, enables dynamic
- zones.
+ zones. DYNAMIC_ZONES=Yes is not allowed in configurations
+ that will run under Shorewall Lite.
diff --git a/docs/starting_and_stopping_shorewall.xml b/docs/starting_and_stopping_shorewall.xml
index 7b712d84c..a2b99d01a 100644
--- a/docs/starting_and_stopping_shorewall.xml
+++ b/docs/starting_and_stopping_shorewall.xml
@@ -5,7 +5,7 @@
- Operating Shorewall
+ Operating Shorewall and Shorewall Lite
@@ -95,6 +95,10 @@
+ Beginning with Shorewall version 3.2.0 RC 2,
+ /sbin/shorewall is a symbolic link that points to
+ /usr/share/shorewall/shorwall.
+
To see a list of supported commands, use the
help command:
@@ -146,6 +150,36 @@
/usr/share/shorewall/firewall.
+
+ There are similar components that comprise Shorewall Lite:
+
+
+
+ /sbin/shorewall — A symbolic link to
+ /usr/share/shorewall-lite/shorwall. This is the
+ program that you use to interact with Shorewall Lite.
+
+
+
+ /etc/shorewall-lite — Directory where the
+ configuration file for Shorewall Lite resides.
+
+
+
+ /usr/share/shorewall-lite/firewall — The
+ firewall program. The program is generated using the
+ shorewall compile -e command on a system with the
+ full Shorewall product installed.
+
+
+
+ /usr/share/shorewall-lite/functions — A
+ library of Bourne Shell functions used by
+ /usr/share/shorewall-lite/shorewall and
+ /usr/share/shorewall-lite/firewall.
+
+