Merge branch '4.5.21'

This commit is contained in:
Tom Eastep 2013-11-28 07:14:05 -08:00
commit 88467a1737

View File

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