Fix typo in conf basics doc

This commit is contained in:
Tom Eastep 2010-08-13 20:27:14 -07:00
parent b7f638ddb3
commit 1510e111c4
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ use Shorewall::Raw;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw( compiler ); our @EXPORT = qw( compiler );
our @EXPORT_OK = qw( $export ); our @EXPORT_OK = qw( $export );
our $VERSION = '4.4_10'; our $VERSION = '4.4_12';
our $export; our $export;

View File

@ -338,8 +338,8 @@ sub initialize( $ ) {
# #
%globals = ( SHAREDIR => '/usr/share/shorewall' , %globals = ( SHAREDIR => '/usr/share/shorewall' ,
SHAREDIRPL => '/usr/share/shorewall/' , SHAREDIRPL => '/usr/share/shorewall/' ,
CONFDIR => '/etc/shorewall', CONFDIR => '/etc/shorewall', # Run-time configuration directory
CONFIGDIR => '', CONFIGDIR => '', # Compile-time configuration directory (location of $product.conf)
LOGPARMS => '', LOGPARMS => '',
TC_SCRIPT => '', TC_SCRIPT => '',
EXPORT => 0, EXPORT => 0,

View File

@ -1341,7 +1341,7 @@ DNAT net loc:192.168.1.3 tcp 4000:4100</programlisting>
<para>Beginning with Shorewall 4.4.4, you can use logical interface names <para>Beginning with Shorewall 4.4.4, you can use logical interface names
which are mapped to the actual interface using the which are mapped to the actual interface using the
<option>physical</option> option in <ulink <option>physical</option> option in <ulink
url="manpages/shorewall-interfaces.html">shorewall-interfraces</ulink> url="manpages/shorewall-interfaces.html">shorewall-interfaces</ulink>
(5).</para> (5).</para>
<para>Here is an example:</para> <para>Here is an example:</para>