Fix typo in releasenotes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5390 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-02-09 18:50:01 +00:00
parent f6651cfcfe
commit 4ce07cdd46

View File

@ -34,13 +34,13 @@ Problems Corrected in 3.4.0 RC2
automatically loaded by Shorewall. They have now been added to the automatically loaded by Shorewall. They have now been added to the
/usr/share/shorewall[-lite]/modules files. /usr/share/shorewall[-lite]/modules files.
2) It is very difficult to code a 'params' file that assigns other 2) It is quite difficult to code a 'params' file that assigns other
than constant values such that it works correctly with Shorewall than constant values such that it works correctly with Shorewall
Lite. To work around this problem, a new EXPORTPARAMS option Lite. To work around this problem, a new EXPORTPARAMS option
has been added to shorewall.conf. When EXPORTPARAMS=No, the has been added to shorewall.conf. When EXPORTPARAMS=No, the
'params' file is no longer copied to the compiler output. 'params' file is no longer copied to the compiler output.
With EXPORTPARAMS=No, uf you need to set environmental variables on With EXPORTPARAMS=No, if you need to set environmental variables on
the firewall system for use by your extension scripts, then do so the firewall system for use by your extension scripts, then do so
in the init extension script. in the init extension script.