diff --git a/Shorewall-lite/INSTALL b/Shorewall-lite/INSTALL deleted file mode 100644 index 9e257bc53..000000000 --- a/Shorewall-lite/INSTALL +++ /dev/null @@ -1,48 +0,0 @@ -Shoreline Firewall (Shorewall) Version 3.2 ------ ---- - ------------------------------------------------------------------------------ - - This program is free software; you can redistribute it and/or modify - it under the terms of Version 2 of the GNU General Public License - as published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA - ---------------------------------------------------------------------------- -If your system supports rpm, I recommend that you install the Shorewall -.rpm. If you want to install from the tarball: - -o Unpack the tarball -o cd to the shorewall- directory -o If you have an earlier version of Shoreline Firewall installed,see the - upgrade instructions below -o Edit the configuration files to fit your environment. - - To do this, I strongly advise you to follow the instructions at: - - http://www.shorewall.net/shorewall_quickstart_guide.htm - -o Type: - - ./install.sh - -o Start the firewall by typing "shorewall start" -o If the install script was unable to configure Shoreline Firewall to - start automatically at boot, you will have to used your - distribution's runlevel editor to configure Shorewall manually. - -Upgrade: - -o run the install script as described above. -o "shorewall check" and correct any errors found. -o "shorewall restart" - - diff --git a/Shorewall-lite/configpath b/Shorewall-lite/configpath index d438a2732..2b670744a 100644 --- a/Shorewall-lite/configpath +++ b/Shorewall-lite/configpath @@ -1,7 +1,7 @@ # -# Shorewall version 3.2 - Default Config Path +# Shorewall Lite version 3.2 - Default Config Path # -# /usr/share/shorewall/configpath +# /usr/share/shorewall-lite/configpath # -CONFIG_PATH=/etc/shorewall:/usr/share/shorewall +CONFIG_PATH=/etc/shorewall:/usr/share/shorewall-lite diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 591acb7c6..ef26a3927 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -85,7 +85,7 @@ fi %attr(0544,root,root) /usr/share/shorewall-lite/shorecap %attr(0544,root,root) /usr/share/shorewall-lite/help -%doc COPYING INSTALL changelog.txt releasenotes.txt +%doc COPYING changelog.txt releasenotes.txt %changelog * Fri Jun 09 2006 Tom Eastep tom@shorewall.net