From 655ee396f979688db7d5ccc0ae9153623fbdf21f Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 20 Jun 2007 23:20:08 +0000 Subject: [PATCH] Update release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6630 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/releasenotes.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 8d5182a0c..0a3718702 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -72,9 +72,17 @@ Other changes in Shorewall 4.0.0 Beta 6 lines!!) These tables are now initialized by the Perl compiler which speeds up compilation considerably. - The file /usr/share/shorewall-perl/Shorewall/Ports.pm contains the - tables. When you install Shorewall-perl using a tarball or .rpm, the - tables match your system's /etc/protocols and /etc/services. + During installation, Shorewall generates the file + /usr/share/shorewall-perl/Shorewall/Ports.pm, using your + /etc/protocols and /etc/services as input. + + To re-generate the file: + + 1. Backup your current /usr/share/shorewall-perl/Shorewall/Ports.pm + file. + 2. /usr/share/shorewall-perl/buildports.pl > + /usr/share/shorewall-perl/Shorewall/Ports.pm + 3. chmod 555 /usr/share/shorewall-perl/Shorewall/Ports.pm Migration Considerations: