mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
Don't tie EXPORTPARAMS to -e
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5386 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9daeaefc39
commit
d01fbf61a3
@ -5092,7 +5092,7 @@ __EOF__
|
||||
__EOF__
|
||||
fi
|
||||
|
||||
[ -n "$EXPORTPARAMS" -o -z "$EXPORT" ] && append_file params
|
||||
[ -n "$EXPORTPARAMS" ] && append_file params
|
||||
|
||||
cat >&3 << __EOF__
|
||||
|
||||
|
@ -38,8 +38,7 @@ Problems Corrected in 3.4.0 RC2
|
||||
than constant values such that it works correctly with Shorewall
|
||||
Lite. To work around this problem, a new EXPORTPARAMS option
|
||||
has been added to shorewall.conf. When EXPORTPARAMS=No, the
|
||||
'params' file is no longer copied to the compiler output when the
|
||||
'-e' flag is present.
|
||||
'params' file is no longer copied to the compiler output.
|
||||
|
||||
With EXPORTPARAMS=No, uf you need to set environmental variables on
|
||||
the firewall system for use by your extension scripts, then do so
|
||||
|
Loading…
Reference in New Issue
Block a user