Update support doc to reflect new 3.2 progress messages

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4224 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-07-15 19:15:22 +00:00
parent e0d934e62a
commit c25978f28a

View File

@ -136,12 +136,22 @@
<listitem> <listitem>
<para>If you are unsure if Shorewall is starting successfully or not <para>If you are unsure if Shorewall is starting successfully or not
then first note that if Shorewall starts successfully, the last then first note that if Shorewall starts successfully, the last
message it produces is "Shorewall Started":</para> message produced by Shorewall 3.0 is "Shorewall Started" and the last
message produced by Shorewall 3.2 in "done.":</para>
<blockquote> <blockquote>
<para>Shorewall 3.0:</para>
<programlisting> <programlisting>
Activating Rules... Activating Rules...
<emphasis role="bold">Shorewall Started</emphasis> <emphasis role="bold">Shorewall Started</emphasis>
gateway:~#</programlisting>
<para>Shorewall 3.2:</para>
<programlisting>
Activating Rules...
<emphasis role="bold">done.</emphasis>
gateway:~#</programlisting> gateway:~#</programlisting>
</blockquote> </blockquote>