]> git.pld-linux.org Git - packages/perl-IPTables-Parse.git/blob - perl-IPTables-Parse-iptables.patch
- add PLD iptables path
[packages/perl-IPTables-Parse.git] / perl-IPTables-Parse-iptables.patch
1 --- psad-2.0.1/IPTables-Parse/lib/IPTables/Parse.pm~    2006-09-06 03:00:30.000000000 +0300
2 +++ psad-2.0.1/IPTables-Parse/lib/IPTables/Parse.pm     2006-12-18 02:27:05.356998921 +0200
3 @@ -29,7 +29,7 @@
4      my %args  = @_;
5  
6      my $self = {
7 -        _iptables => $args{'iptables'} || '/sbin/iptables'
8 +        _iptables => $args{'iptables'} || '/usr/sbin/iptables'
9      };
10      croak "[*] $self->{'_iptables'} incorrect path.\n"
11          unless -e $self->{'_iptables'};
This page took 0.05915 seconds and 4 git commands to generate.