Update compiled program doc to reflect shorecap/show -f capabilities differences

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4330 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-09 15:00:58 +00:00
parent 37e58eb7ae
commit 5f7af88022

View File

@ -219,7 +219,7 @@
<listitem>
<para>On each firewall system, you run:</para>
<programlisting><command>/sbin/shorewall-lite show -f capabilities &gt; capabilities</command>
<programlisting><command>/usr/share/shorewall-lite/shorecap &gt; capabilities</command>
<command>scp capabilities &lt;admin system&gt;:&lt;this system's config dir&gt;</command></programlisting>
<para>If you are running Debian or one of its derivatives like Ubuntu
@ -417,7 +417,7 @@
<listitem>
<para>On the firewall system:</para>
<programlisting><command>/sbin/shorewall-lite show -f capabilities &gt; capabilities</command>
<programlisting><command>/usr/share/shorewall-lite/shorecap &gt; capabilities</command>
<command>scp capabilities &lt;admin system&gt;:&lt;this system's config dir&gt;</command></programlisting>
</listitem>
@ -485,6 +485,15 @@
-e</command>), copies that file to the remote system via scp and
restarts Shorewall Lite on the remote system via ssh.</para>
</listitem>
<listitem>
<para>If the kernel/iptables configuration on the firewall later
changes and you need to create a new capabilities file, do the
following:</para>
<programlisting><command>/sbin/shorewall-lite show -f capabilities &gt; capabilities</command>
<command>scp capabilities &lt;admin system&gt;:&lt;this system's config dir&gt;</command></programlisting>
</listitem>
</orderedlist>
</section>
</section>
@ -574,6 +583,9 @@ MANGLE_FORWARD # Mangle table has FORWARD chain</programlisting
<member><command>&lt;program&gt; [ -q ] [ -v ] [ -n ]
clear</command></member>
<member><command>&lt;program&gt; [ -q ] [ -v ] [ -n ]
reset</command></member>
<member><command>&lt;program&gt; [ -q ] [ -v ] [ -n ]
restart</command></member>