From 7348528857de16841eaeabf4736018d74d27a093 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 23 Feb 2007 18:51:55 +0000 Subject: [PATCH] Update sample config files to refer to man pages git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5438 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/one-interface/interfaces | 2 ++ Samples/one-interface/policy | 2 ++ Samples/one-interface/rules | 2 ++ Samples/one-interface/zones | 2 ++ Samples/three-interfaces/interfaces | 2 ++ Samples/three-interfaces/masq | 2 ++ Samples/three-interfaces/policy | 2 ++ Samples/three-interfaces/routestopped | 2 ++ Samples/three-interfaces/rules | 2 ++ Samples/three-interfaces/zones | 2 ++ Samples/two-interfaces/interfaces | 2 ++ Samples/two-interfaces/masq | 2 ++ Samples/two-interfaces/policy | 2 ++ Samples/two-interfaces/routestopped | 2 ++ Samples/two-interfaces/rules | 3 ++- Samples/two-interfaces/zones | 2 ++ 16 files changed, 32 insertions(+), 1 deletion(-) diff --git a/Samples/one-interface/interfaces b/Samples/one-interface/interfaces index 25be4cc3b..a8054b7f5 100644 --- a/Samples/one-interface/interfaces +++ b/Samples/one-interface/interfaces @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-interfaces" # # For additional information, see # http://shorewall.net/Documentation.htm#Interfaces diff --git a/Samples/one-interface/policy b/Samples/one-interface/policy index 875dc4b51..4e4577746 100644 --- a/Samples/one-interface/policy +++ b/Samples/one-interface/policy @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#----------------------------------------------------------------------------- +# For information about entries in this file, type "man shorewall-policy" # # See http://shorewall.net/Documentation.htm#Policy for additional information. # diff --git a/Samples/one-interface/rules b/Samples/one-interface/rules index 2ca8cc00c..e667d6e4a 100644 --- a/Samples/one-interface/rules +++ b/Samples/one-interface/rules @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------------------------------------ +# For information on entries in this file, type "man shorewall-rules" # # For more information, see http://www.shorewall.net/Documentation.htm#Zones # diff --git a/Samples/one-interface/zones b/Samples/one-interface/zones index 56c7b3318..1ff5c7f3a 100644 --- a/Samples/one-interface/zones +++ b/Samples/one-interface/zones @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#----------------------------------------------------------------------------- +# For information about entries in this file, type "man shorewall-zones" # # For more information, see http://www.shorewall.net/Documentation.htm#Zones # diff --git a/Samples/three-interfaces/interfaces b/Samples/three-interfaces/interfaces index 9f31fb72b..594b8284f 100644 --- a/Samples/three-interfaces/interfaces +++ b/Samples/three-interfaces/interfaces @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-interfaces" # # For additional information, see # http://shorewall.net/Documentation.htm#Interfaces diff --git a/Samples/three-interfaces/masq b/Samples/three-interfaces/masq index 8443d84ee..c35f87ec4 100644 --- a/Samples/three-interfaces/masq +++ b/Samples/three-interfaces/masq @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-masq" # # For additional information, see http://shorewall.net/Documentation.htm#Masq # diff --git a/Samples/three-interfaces/policy b/Samples/three-interfaces/policy index b7d7063c9..796e4aaea 100644 --- a/Samples/three-interfaces/policy +++ b/Samples/three-interfaces/policy @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-policy" # # See http://shorewall.net/Documentation.htm#Policy for additional information. # diff --git a/Samples/three-interfaces/routestopped b/Samples/three-interfaces/routestopped index c2f500b3d..c69a0287b 100644 --- a/Samples/three-interfaces/routestopped +++ b/Samples/three-interfaces/routestopped @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-routestopped" # # See http://shorewall.net/Documentation.htm#Routestopped and # http://shorewall.net/starting_and_stopping_shorewall.htm for additional diff --git a/Samples/three-interfaces/rules b/Samples/three-interfaces/rules index 990720671..1399ea5b7 100644 --- a/Samples/three-interfaces/rules +++ b/Samples/three-interfaces/rules @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-rules" # # For additional information, see http://shorewall.net/Documentation.htm#Rules # diff --git a/Samples/three-interfaces/zones b/Samples/three-interfaces/zones index 441a62780..3e1cff505 100644 --- a/Samples/three-interfaces/zones +++ b/Samples/three-interfaces/zones @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-zones" # # For more information, see http://www.shorewall.net/Documentation.htm#Zones # diff --git a/Samples/two-interfaces/interfaces b/Samples/two-interfaces/interfaces index 557866ae5..aa915ac8f 100644 --- a/Samples/two-interfaces/interfaces +++ b/Samples/two-interfaces/interfaces @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-interfaces" # # For additional information, see # http://shorewall.net/Documentation.htm#Interfaces diff --git a/Samples/two-interfaces/masq b/Samples/two-interfaces/masq index 5a0824e78..2c43ec64b 100644 --- a/Samples/two-interfaces/masq +++ b/Samples/two-interfaces/masq @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-masq" # # For additional information, see http://shorewall.net/Documentation.htm#Masq # diff --git a/Samples/two-interfaces/policy b/Samples/two-interfaces/policy index c34ad621b..9a1a22b2d 100644 --- a/Samples/two-interfaces/policy +++ b/Samples/two-interfaces/policy @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-policy" # # See http://shorewall.net/Documentation.htm#Policy for additional information. # diff --git a/Samples/two-interfaces/routestopped b/Samples/two-interfaces/routestopped index 65f88ce5d..db0f91922 100644 --- a/Samples/two-interfaces/routestopped +++ b/Samples/two-interfaces/routestopped @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-routestopped" # # See http://shorewall.net/Documentation.htm#Routestopped and # http://shorewall.net/starting_and_stopping_shorewall.htm for additional diff --git a/Samples/two-interfaces/rules b/Samples/two-interfaces/rules index 73e88cabc..caec9cb11 100644 --- a/Samples/two-interfaces/rules +++ b/Samples/two-interfaces/rules @@ -8,7 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. -# +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-rules" # # For more information, see http://www.shorewall.net/Documentation.htm#Rules # diff --git a/Samples/two-interfaces/zones b/Samples/two-interfaces/zones index afee10920..a5ba1e58e 100644 --- a/Samples/two-interfaces/zones +++ b/Samples/two-interfaces/zones @@ -8,6 +8,8 @@ # version 2.1 of the License, or (at your option) any later version. # # See the file README.txt for further details. +#------------------------------------------------------------------------------ +# For information about entries in this file, type "man shorewall-zones" # # For more information, see http://www.shorewall.net/Documentation.htm#Zones #