[ettercap] Grep patch.

Jon Ciesla limb at fedoraproject.org
Thu Oct 28 15:14:00 UTC 2010


commit f43fe969e738a1d75b7e1e07c1cf08332f1871e5
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Thu Oct 28 10:13:53 2010 -0500

    Grep patch.

 ettercap-NG-0.7.3-passive-dns.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ettercap-NG-0.7.3-passive-dns.patch b/ettercap-NG-0.7.3-passive-dns.patch
index eb9248c..ecf0286 100644
--- a/ettercap-NG-0.7.3-passive-dns.patch
+++ b/ettercap-NG-0.7.3-passive-dns.patch
@@ -36,3 +36,14 @@
  ])
  
  dnl
+--- ./aclocal.m4	2010-10-28 16:59:35.718177488 +0200
++++ ./aclocal.m4	2010-10-28 17:00:00.118180979 +0200
+@@ -246,7 +246,7 @@ if test -z "$ltmain"; then
+   exit 1
+ fi
+ gentoo_lt_version="1.5.18"
+-gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
++gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
+ if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
+   AC_MSG_RESULT(no)
+   echo


More information about the scm-commits mailing list