Clarify that INCLUDE is not supported in extension scripts

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5339 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-01-31 23:14:33 +00:00
parent 2ae48812c8
commit 35ae29d576

View File

@ -346,12 +346,14 @@ smtp,www,pop3,imap #Services running on the firewall</programlisting>
<section id="INCLUDE"> <section id="INCLUDE">
<title>INCLUDE Directive</title> <title>INCLUDE Directive</title>
<para>Any file may contain INCLUDE directives. An INCLUDE directive <para>Any configuration file may contain INCLUDE directives (INCLUDE is
consists of the word INCLUDE followed by a path name and causes the not supported in <ulink url="shorewall_extension_scripts.htm">extension
contents of the named file to be logically included into the file scripts</ulink>). An INCLUDE directive consists of the word INCLUDE
containing the INCLUDE. Relative path names given in an INCLUDE directive followed by a path name and causes the contents of the named file to be
are assumed to reside in /etc/shorewall or in an alternate configuration logically included into the file containing the INCLUDE. Relative path
directory if one has been specified for the command.</para> names given in an INCLUDE directive are assumed to reside in
/etc/shorewall or in an alternate configuration directory if one has been
specified for the command.</para>
<para>INCLUDE's may be nested to a level of 3 -- further nested INCLUDE <para>INCLUDE's may be nested to a level of 3 -- further nested INCLUDE
directives are ignored with a warning message.</para> directives are ignored with a warning message.</para>