From 7272f04a2ca6c88af5b25efa8049d0f4b90d13b3 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 1 Jan 2008 21:36:23 +0000 Subject: [PATCH] Add note about the location and naming of compiled scripts. git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7987 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/Introduction.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Introduction.xml b/docs/Introduction.xml index b6b063bed..4d7b9d756 100644 --- a/docs/Introduction.xml +++ b/docs/Introduction.xml @@ -321,6 +321,13 @@ ACCEPT net $FW tcp 22 compilation step cause the script to be discarded and the command to be aborted. If the compilation step doesn't find any errors then the shell script is executed. + + The 'compiled' scripts are placed in the directory /var/lib/shorewall and are named to + correspond to the command being executed. For example, the command + "/sbin/shorewall start" will generate a script named + /var/lib/shorewall/.start and, if the compilation is + error free, that script will then be executed.
@@ -381,4 +388,4 @@ ACCEPT net $FW tcp 22 along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- + \ No newline at end of file