freebsd-ports/net-mgmt/ehnt/files/patch-config-h
Yaroslav Tykhiy 7257596e98 New port: net/ehnt - A simple Cisco NetFlow data collector
This is a lightweight but well-featured tool for collecting
NetFlow version 5 packets from Cisco routers.

The implementation includes a simple UDP-to-TCP converting server,
which may be used to replicate NetFlow data to multiple clients.

WWW: http://ehnt.sourceforge.net/

PR:		ports/29459
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2001-08-11 17:38:05 +00:00

11 lines
286 B
Text

--- config.h.orig Wed Jul 18 00:47:37 2001
+++ config.h Fri Aug 3 19:57:51 2001
@@ -27,3 +27,8 @@
#define DEFAULT_UDP_PORT 4444
/* The default mode of the client. Can be either EM_REPORT or EM_DUMP.*/
#define EM_DEFAULT EM_REPORT
+
+#ifndef ASNCDIR
+#define ASNCDIR "."
+#endif
+