diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index cd5b38f06..008085d63 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -4926,9 +4926,10 @@ EOF } exit 0 unless ( $directives || - -f find_file 'blacklist' || - -f find_file 'tcrules' || - -f find_file 'routestopped' + -f find_file 'blacklist' || + -f find_file 'tcrules' || + -f find_file 'routestopped' || + -f find_file 'notrack' ); } } else {