Document -s option

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4314 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-07 18:13:49 +00:00
parent f3007cd7f8
commit 959007119b

View File

@ -897,7 +897,7 @@ gateway:~ #</programlisting>
Lite)</term>
<listitem>
<para><command>load [ &lt;directory&gt; ]
<para><command>load [ -s ] [ &lt;directory&gt; ]
&lt;system&gt;</command></para>
<para>If &lt;directory&gt; is omitted, the current working directory
@ -945,6 +945,16 @@ gateway:~ #</programlisting>
</note>
<para>Example: <command>shorewall reload gateway</command></para>
<para>If the -s option is given and the remote
<command>/sbin/shorewall-lite start</command> command succeeds then
the configuration on the remote system is saved using the
command</para>
<simplelist>
<member><command>ssh root@&lt;system&gt; '/sbin/shorewall-lite
save'</command></member>
</simplelist>
</listitem>
</varlistentry>
@ -1024,7 +1034,7 @@ gateway:~ #</programlisting>
Shorewall Lite)</term>
<listitem>
<para><command>reload [ &lt;directory&gt; ]
<para><command>reload [ -s ] [ &lt;directory&gt; ]
&lt;system&gt;</command></para>
<para>If &lt;directory&gt; is omitted, the current working directory
@ -1072,6 +1082,16 @@ gateway:~ #</programlisting>
</note>
<para>Example: <command>shorewall reload gateway</command></para>
<para>If the -s option is given and the remote
<command>/sbin/shorewall-lite restart</command> command succeeds
then the configuration on the remote system is saved using the
command</para>
<simplelist>
<member><command>ssh root@&lt;system&gt; '/sbin/shorewall-lite
save'</command></member>
</simplelist>
</listitem>
</varlistentry>