diff --git a/STABLE2/INSTALL b/STABLE2/INSTALL index 004657813..572c32e29 100644 --- a/STABLE2/INSTALL +++ b/STABLE2/INSTALL @@ -30,7 +30,14 @@ o Edit the configuration files to fit your environment. http://www.shorewall.net/shorewall_quickstart_guide.htm -o Type "./install.sh". +o Slackware users type: + + DEST=/etc/rc.d INIT=rc.firewall ./install.sh + + All other users 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 diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index 7dbfaa960..0586dc678 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -71,3 +71,9 @@ Changes in 2.0.10 column of /etc/shorewall/masq. 5) Add key /proc settings to "shorewall status" output. + +Changes in 2.0.11 + +1) Fix typo in rfc1918. + +2) Add note for Slackware users to INSTALL. diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index 59a8a77d3..9827b98e6 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -172,6 +172,11 @@ Example from a two-interface firewall: /proc/sys/net/ipv4/conf/lo/arp_filter = 0 /proc/sys/net/ipv4/conf/lo/rp_filter = 0 +----------------------------------------------------------------------- +Problems corrected in 2.0.11 + +1) The INSTALL file now include special instructions for Slackware + users. diff --git a/Shorewall2/INSTALL b/Shorewall2/INSTALL index b9c58fcf6..7805f5c86 100644 --- a/Shorewall2/INSTALL +++ b/Shorewall2/INSTALL @@ -30,7 +30,14 @@ o Edit the configuration files to fit your environment. http://www.shorewall.net/shorewall_quickstart_guide.htm -o Type "./install.sh". +o Slackware users type: + + DEST=/etc/rc.d INIT=rc.firewall ./install.sh + + All other users 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 diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index a56393f28..71e588746 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -124,3 +124,5 @@ Changes since 2.0.3 59) Allow list in the SUBNET column of the rfc1918 file. 60) Restore missing '#' in the rfc1918 file. + +61) Add note for Slackware users to INSTALL. diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index e2c4870eb..517cb4e1d 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -112,7 +112,10 @@ Problems corrected since 2.2.0 Beta 1. Problems corrected since 2.2.0 Beta 2. -1) Missing '#' in the rfc1918 file. +1) Missing '#' in the rfc1918 file. + +2) The INSTALL file now include special instructions for Slackware + users. ----------------------------------------------------------------------- Issues when migrating from Shorewall 2.0 to Shorewall 2.1: