]> TLD Linux GIT Repositories - packages/shorewall.git/blob - shell-fix.patch
- updated to 5.2.8
[packages/shorewall.git] / shell-fix.patch
1 diff -ur shorewall-5.2.1.orig/shorewall/Perl/Shorewall/Config.pm shorewall-5.2.1/shorewall/Perl/Shorewall/Config.pm
2 --- shorewall-5.2.1.orig/shorewall/Perl/Shorewall/Config.pm     2018-10-02 15:21:54.000000000 +0000
3 +++ shorewall-5.2.1/shorewall/Perl/Shorewall/Config.pm  2018-10-11 21:43:10.782033000 +0000
4 @@ -6250,10 +6250,10 @@
5         $have_capabilities = 1;
6      }
7  
8 -    get_params( $export );
9 -
10      process_shorewall_conf( $update, $annotate );
11  
12 +    get_params( $export );
13 +
14      ensure_config_path;
15  
16      @INC = @originalinc;