SOURCES: perl-IPTables-Parse-iptables.patch (NEW) - add PLD iptabl...

glen glen at pld-linux.org
Mon Dec 18 01:27:59 CET 2006


Author: glen                         Date: Mon Dec 18 00:27:59 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add PLD iptables path

---- Files affected:
SOURCES:
   perl-IPTables-Parse-iptables.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-IPTables-Parse-iptables.patch
diff -u /dev/null SOURCES/perl-IPTables-Parse-iptables.patch:1.1
--- /dev/null	Mon Dec 18 01:27:59 2006
+++ SOURCES/perl-IPTables-Parse-iptables.patch	Mon Dec 18 01:27:54 2006
@@ -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'};
================================================================


More information about the pld-cvs-commit mailing list