]> git.pld-linux.org Git - packages/ettercap.git/commitdiff
- no longer neeeded
authorsparky <sparky@pld-linux.org>
Sat, 19 Jun 2010 14:03:39 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ettercap-kernel_version.patch -> 1.6

ettercap-kernel_version.patch [deleted file]

diff --git a/ettercap-kernel_version.patch b/ettercap-kernel_version.patch
deleted file mode 100644 (file)
index 65a859d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -uNr ettercap-0.6.3.1.orig/aclocal.m4 ettercap-0.6.3.1/aclocal.m4
---- ettercap-0.6.3.1.orig/aclocal.m4   Thu Dec 13 18:05:18 2001
-+++ ettercap-0.6.3.1/aclocal.m4        Sun Feb 10 16:32:29 2002
-@@ -25,9 +25,9 @@
- AC_DEFUN(EC_LINUX_KERNEL,[
-    AC_MSG_CHECKING(Linux kernel version)
--   major=`uname -r  | cut -f1 -d"."`
--   minor=`uname -r  | cut -f2 -d"."`
--   uname=`uname -r`
-+   major=`grep UTS_RELEASE /usr/include/linux/version.h | cut -f2 -d"\"" | cut -f1 -d"."`
-+   minor=`grep UTS_RELEASE /usr/include/linux/version.h | cut -f2 -d"."`
-+   uname=`grep UTS_RELEASE /usr/include/linux/version.h | cut -f2 -d"\""`
-    AC_MSG_RESULT($uname)
-    if test "$major$minor" -lt 20; then
-       AC_MSG_WARN(*******************************);
This page took 0.046575 seconds and 4 git commands to generate.