]> git.pld-linux.org Git - packages/perl-IPTables-Parse.git/commitdiff
- add PLD iptables path
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 18 Dec 2006 00:27:54 +0000 (00:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IPTables-Parse-iptables.patch -> 1.1

perl-IPTables-Parse-iptables.patch [new file with mode: 0644]

diff --git a/perl-IPTables-Parse-iptables.patch b/perl-IPTables-Parse-iptables.patch
new file mode 100644 (file)
index 0000000..f29cfcb
--- /dev/null
@@ -0,0 +1,11 @@
+--- psad-2.0.1/IPTables-Parse/lib/IPTables/Parse.pm~   2006-09-06 03:00:30.000000000 +0300
++++ psad-2.0.1/IPTables-Parse/lib/IPTables/Parse.pm    2006-12-18 02:27:05.356998921 +0200
+@@ -29,7 +29,7 @@
+     my %args  = @_;
+     my $self = {
+-        _iptables => $args{'iptables'} || '/sbin/iptables'
++        _iptables => $args{'iptables'} || '/usr/sbin/iptables'
+     };
+     croak "[*] $self->{'_iptables'} incorrect path.\n"
+         unless -e $self->{'_iptables'};
This page took 0.607574 seconds and 4 git commands to generate.