Clean up formatting of the RCP_/RSH_COMMAND manpage descriptions

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-11-23 14:08:13 -08:00
parent d895a5d67c
commit 87870ac46e
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10
2 changed files with 64 additions and 50 deletions

View File

@ -2151,36 +2151,44 @@ LOG:info:,bar net fw</programlisting>
<command>load</command> and <command>reload</command> commands. <command>load</command> and <command>reload</command> commands.
Beginning with release 3.9.5, you may define an alternative means Beginning with release 3.9.5, you may define an alternative means
for accessing the remote firewall system. In that release, two new for accessing the remote firewall system. In that release, two new
options were added to shorewall.conf:<simplelist> options were added to shorewall.conf:</para>
<simplelist>
<member>RSH_COMMAND</member> <member>RSH_COMMAND</member>
<member>RCP_COMMAND</member> <member>RCP_COMMAND</member>
</simplelist>The default values for these are as </simplelist>
follows:<simplelist>
<para>The default values for these are as follows:</para>
<simplelist>
<member>RSH_COMMAND: ssh ${root}@${system} ${command}</member> <member>RSH_COMMAND: ssh ${root}@${system} ${command}</member>
<member>RCP_COMMAND: scp ${files} <member>RCP_COMMAND: scp ${files}
${root}@${system}:${destination}</member> ${root}@${system}:${destination}</member>
</simplelist>Shell variables that will be set when the commands </simplelist>
are invoked are as follows:<simplelist>
<para>Shell variables that will be set when the commands are invoked
are as follows:</para>
<simplelist>
<member><replaceable>root</replaceable> - root user. Normally <member><replaceable>root</replaceable> - root user. Normally
<option>root</option> but may be overridden using the '-r' <option>root</option> but may be overridden using the '-r'
option.</member> option.</member>
<member><replaceable>system</replaceable> - The name/IP address <member><replaceable>system</replaceable> - The name/IP address of
of the remote firewall system.</member> the remote firewall system.</member>
<member><replaceable>command</replaceable> - For RSH_COMMAND, <member><replaceable>command</replaceable> - For RSH_COMMAND, the
the command to be executed on the firewall system.</member> command to be executed on the firewall system.</member>
<member><replaceable>files</replaceable> - For RCP_COMMAND, a <member><replaceable>files</replaceable> - For RCP_COMMAND, a
space-separated list of files to be copied to the remote space-separated list of files to be copied to the remote firewall
firewall system.</member> system.</member>
<member><replaceable>destination</replaceable> - The directory <member><replaceable>destination</replaceable> - The directory on
on the remote system that the files are to be copied the remote system that the files are to be copied into.</member>
into.</member> </simplelist>
</simplelist></para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1871,43 +1871,49 @@ LOG:info:,bar net fw</programlisting>
role="bold">"</emphasis></term> role="bold">"</emphasis></term>
<listitem> <listitem>
<para>Earlier generations of Shorewall6 Lite required that remote <para>Earlier generations of Shorewall Lite required that remote
root login via ssh be enabled in order to use the root login via ssh be enabled in order to use the
<command>load</command> and <command>reload</command> commands. <command>load</command> and <command>reload</command> commands.
Beginning with release 3.9.5, you may define an alternative means Beginning with release 3.9.5, you may define an alternative means
for accessing the remote firewall system. In that release, two new for accessing the remote firewall system. In that release, two new
options were added to shorewall6.conf:<simplelist> options were added to shorewall.conf:</para>
<simplelist>
<member>RSH_COMMAND</member> <member>RSH_COMMAND</member>
<member>RCP_COMMAND</member> <member>RCP_COMMAND</member>
</simplelist>The default values for these are as </simplelist>
follows:<simplelist>
<para>The default values for these are as follows:</para>
<simplelist>
<member>RSH_COMMAND: ssh ${root}@${system} ${command}</member> <member>RSH_COMMAND: ssh ${root}@${system} ${command}</member>
<member>RCP_COMMAND: scp ${files} <member>RCP_COMMAND: scp ${files}
${root}@${system}:${destination}</member> ${root}@${system}:${destination}</member>
</simplelist>Shell variables that will be set when the commands </simplelist>
are invoked are as follows:<simplelist>
<para>Shell variables that will be set when the commands are invoked
are as follows:</para>
<simplelist>
<member><replaceable>root</replaceable> - root user. Normally <member><replaceable>root</replaceable> - root user. Normally
<option>root</option> but may be overridden using the '-r' <option>root</option> but may be overridden using the '-r'
option.</member> option.</member>
<member><replaceable>system</replaceable> - The name/IP address <member><replaceable>system</replaceable> - The name/IP address of
of the remote firewall system.</member> the remote firewall system.</member>
<member><replaceable>command</replaceable> - For RSH_COMMAND, <member><replaceable>command</replaceable> - For RSH_COMMAND, the
the command to be executed on the firewall system.</member> command to be executed on the firewall system.</member>
<member><replaceable>files</replaceable> - For RCP_COMMAND, a <member><replaceable>files</replaceable> - For RCP_COMMAND, a
space-separated list of files to be copied to the remote space-separated list of files to be copied to the remote firewall
firewall system.</member> system.</member>
<member><replaceable>destination</replaceable> - The directory <member><replaceable>destination</replaceable> - The directory on
on the remote system that the files are to be copied the remote system that the files are to be copied into.</member>
into.</member> </simplelist>
</simplelist></para>
<programlisting/>
</listitem> </listitem>
</varlistentry> </varlistentry>