openbsd-ports/net/amap/patches/patch-amap_h
mjc 82feb2af95 Initial import of amap-4.5.
Amap is a next-generation scanning tool, which identifies applications
and services even if they are not listening on the default port by
creating a bogus-communication and analyzing the responses.

pvalchev@ david@ OK
2004-06-26 05:56:20 +00:00

13 lines
485 B
Plaintext

$OpenBSD: patch-amap_h,v 1.1.1.1 2004/06/26 05:56:20 mjc Exp $
--- amap.h.orig 2003-11-11 21:10:45.000000000 -0800
+++ amap.h 2003-11-11 21:11:03.000000000 -0800
@@ -33,7 +33,7 @@
#endif
#endif
-#define AMAP_APPDEF_PATH AMAP_PREFIX"/bin"
+#define AMAP_APPDEF_PATH AMAP_PREFIX"/share/amap"
#define AMAP_BUFSIZE 1024 // standard buffer size
#define AMAP_BUFSIZE_BIG 65536 // big standard buffer size
#define AMAP_REGEX_OPTIONS ( PCRE_MULTILINE | PCRE_CASELESS | PCRE_DOTALL )