Update install instructions

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9300 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-01-17 20:04:27 +00:00
parent 61299557a9
commit dd9919b29f

View File

@ -268,19 +268,23 @@
to configure Shorewall, please heed the advice of Lorenzo Martignoni, to configure Shorewall, please heed the advice of Lorenzo Martignoni,
the Shorewall Debian Maintainer:</para> the Shorewall Debian Maintainer:</para>
<para><quote>For more information about Shorewall usage on Debian <para><quote>For more information about Shorewall usage on Debian system
system please look at /usr/share/doc/shorewall-common/README.Debian please look at /usr/share/doc/shorewall-common/README.Debian provided by
provided by [the] shorewall-common Debian package.</quote></para> [the] shorewall-common Debian package.</quote></para>
</important> </important>
<para>The easiest way to install Shorewall on Debian, is to use <para>The easiest way to install Shorewall on Debian, is to use
apt-get<command>. </command></para> apt-get<command>.</command></para>
<para>First, to ensure that you are installing the latest version of <para>First, to ensure that you are installing the latest version of
Shorewall, please modify your Shorewall, please modify your
<filename>/etc/apt/preferences:</filename></para> <filename>/etc/apt/preferences:</filename></para>
<para><programlisting>Package: shorewall <para><programlisting>Package: shorewall-common
Pin: release o=Debian,a=testing
Pin-Priority: 700
Package: shorewall-perl
Pin: release o=Debian,a=testing Pin: release o=Debian,a=testing
Pin-Priority: 700 Pin-Priority: 700
@ -288,7 +292,7 @@ Package: shorewall-doc
Pin: release o=Debian,a=testing Pin: release o=Debian,a=testing
Pin-Priority: 700</programlisting><emphasis role="bold"><emphasis>Then Pin-Priority: 700</programlisting><emphasis role="bold"><emphasis>Then
run:</emphasis></emphasis><programlisting># apt-get update run:</emphasis></emphasis><programlisting># apt-get update
# apt-get install shorewall</programlisting></para> # apt-get install shorewall-common shorewall-perl</programlisting></para>
<para><emphasis><emphasis role="bold">Once you have completed configuring <para><emphasis><emphasis role="bold">Once you have completed configuring
Shorewall, you can enable startup at boot time by setting startup=1 in Shorewall, you can enable startup at boot time by setting startup=1 in
@ -320,11 +324,11 @@ Pin-Priority: 700</programlisting><emphasis role="bold"><emphasis>Then
your package manager from overwriting it during subsequent upgrades your package manager from overwriting it during subsequent upgrades
(since the addition of STARTUP_ENABLED, such modification is assured (since the addition of STARTUP_ENABLED, such modification is assured
since you must manually change the setting of that option). If you since you must manually change the setting of that option). If you
feel absolutely compelled to have the latest comments and options in feel absolutely compelled to have the latest options in your
your shorewall.conf then you must proceed carefully. You should shorewall.conf then you must proceed carefully. You should determine
determine which new options have been added and you must reset their which new options have been added and you must reset their value (e.g.
value (e.g. OPTION=""); otherwise, you will get different behavior OPTION=""); otherwise, you will get different behavior from what you
from what you expect.</para> expect.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>