forked from extern/shorewall_code
Fix for unexpected /usr/share/shorewall/init
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a1e3683651
commit
775bee278a
@ -3322,7 +3322,7 @@ sub append_file( $;$$ ) {
|
|||||||
|
|
||||||
$indent = '' if $unindented;
|
$indent = '' if $unindented;
|
||||||
|
|
||||||
unless ( $user_exit =~ /^($globals{SHAREDIR})/ ) {
|
unless ( $user_exit =~ /^($globals{SHAREDIRPL})/ ) { #Don't copy from /usr/share/shorewall*
|
||||||
if ( -f $user_exit ) {
|
if ( -f $user_exit ) {
|
||||||
if ( $nomsg ) {
|
if ( $nomsg ) {
|
||||||
#
|
#
|
||||||
|
@ -6,6 +6,8 @@ Changes in Shorewall 4.4.15
|
|||||||
|
|
||||||
3) Fix NULL_ROUTE_RFC1918
|
3) Fix NULL_ROUTE_RFC1918
|
||||||
|
|
||||||
|
4) Fix problem of appending incorrect files.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.14
|
Changes in Shorewall 4.4.14
|
||||||
|
|
||||||
1) Support ipset lists.
|
1) Support ipset lists.
|
||||||
|
@ -22,6 +22,18 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
NULL_ROUTE_RFC1918=Yes would cause the route to be replaced with an
|
NULL_ROUTE_RFC1918=Yes would cause the route to be replaced with an
|
||||||
'unreachable' one.
|
'unreachable' one.
|
||||||
|
|
||||||
|
3) Shorewall6 failed to start correctly if all the following were true:
|
||||||
|
|
||||||
|
- Shorewall was installed using the tarball. It may have
|
||||||
|
subsequently been installed using a distribution-specific package
|
||||||
|
or the rpm from shorewall.net without first unstalling the
|
||||||
|
tarball components.
|
||||||
|
|
||||||
|
- Shorewall6 was installed using a distribution-specific package or
|
||||||
|
the rpm from shorewall.net.
|
||||||
|
|
||||||
|
- The file /etc/shorewall6/init was not created.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
I I. K N O W N P R O B L E M S R E M A I N I N G
|
I I. K N O W N P R O B L E M S R E M A I N I N G
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user