2004-02-14 19:06:39 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-07-07 22:22:09 +02:00
|
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
2004-02-14 19:06:39 +01:00
|
|
|
<article>
|
|
|
|
<!--$Id$-->
|
|
|
|
|
|
|
|
<articleinfo>
|
|
|
|
<title>Fallback and Uninstall</title>
|
|
|
|
|
|
|
|
<authorgroup>
|
|
|
|
<author>
|
|
|
|
<firstname>Tom</firstname>
|
|
|
|
|
|
|
|
<surname>Eastep</surname>
|
|
|
|
</author>
|
|
|
|
</authorgroup>
|
|
|
|
|
2006-07-07 03:04:16 +02:00
|
|
|
<pubdate><?dbtimestamp format="Y/m/d"?></pubdate>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<copyright>
|
2009-02-28 04:45:43 +01:00
|
|
|
<year>2001-2009</year>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<holder>Thomas M. Eastep</holder>
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<legalnotice>
|
|
|
|
<para>Permission is granted to copy, distribute and/or modify this
|
|
|
|
document under the terms of the GNU Free Documentation License, Version
|
|
|
|
1.2 or any later version published by the Free Software Foundation; with
|
|
|
|
no Invariant Sections, with no Front-Cover, and with no Back-Cover
|
|
|
|
Texts. A copy of the license is included in the section entitled
|
2005-09-17 08:26:55 +02:00
|
|
|
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
|
|
|
|
License</ulink></quote>.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</legalnotice>
|
|
|
|
</articleinfo>
|
|
|
|
|
2007-06-28 17:40:13 +02:00
|
|
|
<section id="Tarball">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>Falling Back to the Previous Version of Shorewall using the
|
|
|
|
Fallback Script</title>
|
|
|
|
|
2005-09-17 08:26:55 +02:00
|
|
|
<para>If you install Shorewall and discover that it doesn't work for you,
|
|
|
|
you can fall back to your previously installed version. To do that:</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
2007-06-23 19:08:26 +02:00
|
|
|
<para>cd to the distribution directory for the version of Shoreline
|
2009-02-28 04:45:43 +01:00
|
|
|
Firewall that you want to fall back to.</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
2009-02-28 04:45:43 +01:00
|
|
|
<para>Type <quote>./install.sh</quote></para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
|
2007-06-28 17:40:13 +02:00
|
|
|
<section id="RPM">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>Falling Back to the Previous Version of Shorewall using rpm</title>
|
|
|
|
|
|
|
|
<para>If your previous version of Shorewall was installed using RPM, you
|
2005-09-17 08:26:55 +02:00
|
|
|
may fall back to that version by typing <quote>rpm -Uvh --force <old
|
|
|
|
rpm></quote> at a root shell prompt (Example: <quote>rpm -Uvh --force
|
|
|
|
/downloads/shorewall-3.1.1-0.noarch.rpm</quote> would fall back to the
|
|
|
|
3.1.1-0 version of Shorewall).</para>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
|
|
|
|
2007-06-28 17:40:13 +02:00
|
|
|
<section id="Uninstall">
|
2004-02-14 19:06:39 +01:00
|
|
|
<title>Uninstalling Shorewall</title>
|
|
|
|
|
|
|
|
<para>If you no longer wish to use Shorewall, you may remove it by:</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>cd to the distribution directory for the version of Shorewall
|
|
|
|
that you have installed.</para>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
<para>type <quote>./uninstall.sh</quote></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para>If you installed using an rpm, at a root shell prompt type
|
|
|
|
<quote>rpm -e shorewall</quote>.</para>
|
2011-04-03 18:56:30 +02:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>If you specified LIBEXEC and/or PERLLIB when you installed
|
|
|
|
Shorewall, you must specify the same value to the uninstall script.
|
|
|
|
e.g., LIBEXEC=libexec ./uninstall.sh.</para>
|
|
|
|
</note>
|
2004-02-14 19:06:39 +01:00
|
|
|
</section>
|
2008-07-04 17:11:51 +02:00
|
|
|
</article>
|