summaryrefslogtreecommitdiff
path: root/net/ettercap/patches/patch-ac
diff options
context:
space:
mode:
authordrochner <drochner>2003-01-30 10:46:56 +0000
committerdrochner <drochner>2003-01-30 10:46:56 +0000
commitf5de0181b0ded95e792311fb21772c4e59964740 (patch)
tree646d7c40d05aa5d456f326e56f95fd68643298e7 /net/ettercap/patches/patch-ac
parent80ff6e7f8f76cdf05632b77eef4230b226fed155 (diff)
downloadpkgsrc-f5de0181b0ded95e792311fb21772c4e59964740.tar.gz
update to 0.6.9
changes: + GTK+ 2.0 interface (experimental) (--enable-devel) + Windows Plugins porting + Updated the passive OS fingerprint database (1093 records) + Dissector Proxy 8080 + NTLM auth + Enhanced poisoning method (solaris issue) + NEW PLUGIN: troll, PPTP suite + text and ebcdic view from command line + lc-convert utility (share dir) -fixes
Diffstat (limited to 'net/ettercap/patches/patch-ac')
-rw-r--r--net/ettercap/patches/patch-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ettercap/patches/patch-ac b/net/ettercap/patches/patch-ac
new file mode 100644
index 00000000000..bcb929026d4
--- /dev/null
+++ b/net/ettercap/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2003/01/30 10:46:57 drochner Exp $
+
+--- plugins/Makefile.in.orig Mon Oct 28 16:02:14 2002
++++ plugins/Makefile.in Tue Jan 28 12:19:57 2003
+@@ -10,10 +10,10 @@
+
+ plugins:
+ for plug in $(PLUGINS); do \
+- make -C $$plug; \
++ ( cd $$plug; ${MAKE} ) \
+ done
+
+-install: plugins
++install:
+ for plug in $(PLUGINS); do \
+ $(INSTALL) -d $(DESTDIR)$(PLUGDIR) ; \
+ $(INSTALL) -m 700 ./$$plug/ec_$$plug.so $(DESTDIR)$(PLUGDIR) ; \