forked from extern/shorewall_code
Change shorewall-pl to shorewall-perl -- phase II
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5728 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2b04ae4d18
commit
1d21238d67
@ -339,7 +339,7 @@ lib_load() # $1 = Name of the Library, $2 = Error Message heading if the library
|
|||||||
eval loaded=\$LIB_${1}_LOADED
|
eval loaded=\$LIB_${1}_LOADED
|
||||||
|
|
||||||
if [ -z "$loaded" ]; then
|
if [ -z "$loaded" ]; then
|
||||||
if [ -n "$SHOREWALL_PL" ]; then
|
if [ -n "$SHOREWALL_PERL" ]; then
|
||||||
eval LIB_${1}_LOADED=Yes
|
eval LIB_${1}_LOADED=Yes
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
@ -2108,7 +2108,7 @@ do_initialize() {
|
|||||||
strip_file_and_lib_load tcrules tcrules
|
strip_file_and_lib_load tcrules tcrules
|
||||||
strip_file tos
|
strip_file tos
|
||||||
strip_file_and_lib_load tunnels tunnels
|
strip_file_and_lib_load tunnels tunnels
|
||||||
if [ -n "$SHOREWALL_PL" ]; then
|
if [ -n "$SHOREWALL_PERL" ]; then
|
||||||
report_capabilities1 > $TMP_DIR/capabilities
|
report_capabilities1 > $TMP_DIR/capabilities
|
||||||
export TMP_DIR
|
export TMP_DIR
|
||||||
export CONFIG_PATH
|
export CONFIG_PATH
|
||||||
|
@ -124,6 +124,13 @@ http://www.shorewall.net/pub/shorewall/3.2/shorewall-3.2.9/releasenotes.txt
|
|||||||
/etc/shorewall-lite/shorewall-lite.conf. When you upgrade,
|
/etc/shorewall-lite/shorewall-lite.conf. When you upgrade,
|
||||||
your shorewall.conf file will be renamed shorewall-lite.conf.
|
your shorewall.conf file will be renamed shorewall-lite.conf.
|
||||||
|
|
||||||
|
5) This issue only applies if you use Shorewall Lite or if you use an
|
||||||
|
/etc/shorewall/capabilities file to speed up [re]start.
|
||||||
|
|
||||||
|
Shorewall now detects additional capabilities which need to be
|
||||||
|
recorded in your capabilities file(s). Be sure to regenerate that
|
||||||
|
(those) file(s) after you have installed Shorewall 3.4.x.
|
||||||
|
|
||||||
New Features in Shorewall 3.4:
|
New Features in Shorewall 3.4:
|
||||||
|
|
||||||
1) In order to accomodate small embedded applications, Shorewall 3.4
|
1) In order to accomodate small embedded applications, Shorewall 3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user