Update start/stop article for 5.0

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-02-19 09:57:15 -08:00
parent b95a15631c
commit 26f760b761

View File

@ -165,7 +165,7 @@
<listitem> <listitem>
<para>If you change your configuration and want to install the <para>If you change your configuration and want to install the
changes, use the <command>shorewall restart </command>command.</para> changes, use the <command>shorewall reload </command>command.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -616,7 +616,7 @@
<row> <row>
<entry align="center">/sbin/shorewall Command</entry> <entry align="center">/sbin/shorewall Command</entry>
<entry align="center">Resulting /usr/share/shorewall/firewall <entry align="center">Resulting /var/lib/shorewall/firewall
Command</entry> Command</entry>
<entry align="center">Effect if the Command Succeeds</entry> <entry align="center">Effect if the Command Succeeds</entry>
@ -646,6 +646,15 @@
firewall are accepted.</entry> firewall are accepted.</entry>
</row> </row>
<row>
<entry>shorewall reload</entry>
<entry>firewall reload</entry>
<entry>Very similar to start, replacing the existing ruleset with
one that reflects the current configuration file contents.</entry>
</row>
<row> <row>
<entry>shorewall restart</entry> <entry>shorewall restart</entry>
@ -721,15 +730,15 @@
transition while the compiler is running. If compilation fails, the state transition while the compiler is running. If compilation fails, the state
remains unchanged.</para> remains unchanged.</para>
<para>Also, <command>shorewall start</command> and <command>shorewall <para>Also, <command>shorewall start</command>, <command>shorewall
restart</command> involve compilation followed by execution of the reload</command> and <command>shorewall restart</command> involve
compiled script. So it is the compiled script that performs the state compilation followed by execution of the compiled script. So it is the
transition in these commands rather than compiled script that performs the state transition in these commands
<command>/usr/share/shorewall/firewall</command>.</para> rather than <command>/usr/share/shorewall/firewall</command>.</para>
<para>The compiled script is placed in <filename <para>The compiled script is placed in <filename
class="directory">/var/lib/shorewall</filename> and is named either class="directory">/var/lib/shorewall</filename> and is named either
<filename>.start</filename> or <filename>.restart</filename> depending on <filename>.start</filename>, .reload or <filename>.restart</filename>
the command.</para> depending on the command.</para>
</section> </section>
</article> </article>