Clarify 'User exit' and correct description of how extension scripts are used.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-11-28 07:13:47 -08:00
parent 855cb6e7f4
commit dac037b597

View File

@ -5,7 +5,7 @@
<!--$Id$--> <!--$Id$-->
<articleinfo> <articleinfo>
<title>Extension Scripts</title> <title>Extension Scripts (User Exits)</title>
<authorgroup> <authorgroup>
<author> <author>
@ -45,9 +45,9 @@
<title>Extension Scripts</title> <title>Extension Scripts</title>
<para>Extension scripts are user-provided scripts that are invoked at <para>Extension scripts are user-provided scripts that are invoked at
various points during firewall start, restart, stop and clear. The scripts various points during firewall start, restart, stop and clear. For each
are placed in /etc/shorewall and are processed using the Bourne shell script, the Shorewall compiler creates a Bourne Shell function with the
<quote>source</quote> mechanism.</para> extension script as its body and calls the function at runtime.</para>
<caution> <caution>
<orderedlist> <orderedlist>