mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
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;
|
||||
|
||||
unless ( $user_exit =~ /^($globals{SHAREDIR})/ ) {
|
||||
unless ( $user_exit =~ /^($globals{SHAREDIRPL})/ ) { #Don't copy from /usr/share/shorewall*
|
||||
if ( -f $user_exit ) {
|
||||
if ( $nomsg ) {
|
||||
#
|
||||
|
@ -6,6 +6,8 @@ Changes in Shorewall 4.4.15
|
||||
|
||||
3) Fix NULL_ROUTE_RFC1918
|
||||
|
||||
4) Fix problem of appending incorrect files.
|
||||
|
||||
Changes in Shorewall 4.4.14
|
||||
|
||||
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
|
||||
'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
|
||||
----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user