Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 324423
Collapse All | Expand All

(-)a/shorewall-4.4.10/Perl/Shorewall/Config.pm (-1 / +1 lines)
Lines 2351-2357 Link Here
2351
    my $ipset  = $config{IPSET} || 'ipset';
2351
    my $ipset  = $config{IPSET} || 'ipset';
2352
    my $result = 0;
2352
    my $result = 0;
2353
2353
2354
    $ipset = which $ipset unless $ipset =~ '//';
2354
    $ipset = which $ipset unless $ipset =~ '^/';
2355
2355
2356
    if ( $ipset && -x $ipset ) {
2356
    if ( $ipset && -x $ipset ) {
2357
	qt( "$ipset -X $sillyname" );
2357
	qt( "$ipset -X $sillyname" );

Return to bug 324423