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
This commit is contained in:
teastep 2008-01-01 21:36:23 +00:00
parent 36096dfff7
commit 7272f04a2c

View File

@ -321,6 +321,13 @@ ACCEPT net $FW tcp 22</programlisting>
compilation step cause the script to be discarded and the command to be 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 aborted. If the compilation step doesn't find any errors then the shell
script is executed.</para> script is executed.</para>
<para>The 'compiled' scripts are placed in the directory <filename
class="directory">/var/lib/shorewall</filename> and are named to
correspond to the command being executed. For example, the command
"/sbin/shorewall start" will generate a script named
<filename>/var/lib/shorewall/.start</filename> and, if the compilation is
error free, that script will then be executed.</para>
</section> </section>
<section id="Packages"> <section id="Packages">
@ -381,4 +388,4 @@ ACCEPT net $FW tcp 22</programlisting>
along with this program; if not, write to the Free Software Foundation, along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</para> Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</para>
</section> </section>
</article> </article>