From 35ae29d576a2376296dfe59ecb253e68328e64a4 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 31 Jan 2007 23:14:33 +0000 Subject: [PATCH] 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 --- docs/configuration_file_basics.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml index 0b7eb556b..451a8d953 100644 --- a/docs/configuration_file_basics.xml +++ b/docs/configuration_file_basics.xml @@ -346,12 +346,14 @@ smtp,www,pop3,imap #Services running on the firewall
INCLUDE Directive - Any file may contain INCLUDE directives. An INCLUDE 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. + Any configuration file may contain INCLUDE directives (INCLUDE is + not supported in extension + scripts). An INCLUDE 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. INCLUDE's may be nested to a level of 3 -- further nested INCLUDE directives are ignored with a warning message.