mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
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:
parent
a348da6636
commit
6c5b8914c7
@ -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>
|
||||
|
@ -370,8 +370,9 @@
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>If the command is "try" or if "-c <configuration
|
||||
directory>" was specified in the command then the directory
|
||||
<para>If the command is "try" or a "<configuration
|
||||
directory>" was specified in the command (e.g.,
|
||||
<command>shorewall check ./gateway</command>) then the directory
|
||||
given in the command is searched first.</para>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user