Clarify name resolution in INCLUDE

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8176 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-02-10 16:18:11 +00:00
parent a348da6636
commit 6c5b8914c7
2 changed files with 5 additions and 4 deletions

View File

@ -380,8 +380,8 @@ smtp,www,pop3,imap #Services running on the firewall</programlisting>
directive consists of the word INCLUDE followed by a path name and causes
the contents of the named file to be logically included into the file
containing the INCLUDE. Relative path 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>
are resolved using the current CONFIG_PATH setting (see <ulink
url="manpages/shorewall.conf.html">shorewall.conf</ulink>(5)).</para>
<para>INCLUDE's may be nested to a level of 3 -- further nested INCLUDE
directives are ignored with a warning message.</para>

View File

@ -370,8 +370,9 @@
<itemizedlist>
<listitem>
<para>If the command is "try" or if "-c &lt;configuration
directory&gt;" was specified in the command then the directory
<para>If the command is "try" or a "&lt;configuration
directory&gt;" was specified in the command (e.g.,
<command>shorewall check ./gateway</command>) then the directory
given in the command is searched first.</para>
</listitem>