From bdce9acb7ac8ff410c9bec510628a7a3d6911e4d Mon Sep 17 00:00:00 2001 From: wxs Date: Mon, 22 Jun 2009 22:59:07 +0000 Subject: - Turn off a debug knob which was left on. PR: ports/135418 Submitted by: Anthony Maszeroski --- net/ntop/Makefile | 2 +- net/ntop/files/patch-plugins_netflowPlugin.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 net/ntop/files/patch-plugins_netflowPlugin.c (limited to 'net') diff --git a/net/ntop/Makefile b/net/ntop/Makefile index f8b17838a05..84e2b7e0b05 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntop PORTVERSION= 3.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/ntop/files/patch-plugins_netflowPlugin.c b/net/ntop/files/patch-plugins_netflowPlugin.c new file mode 100644 index 00000000000..be5be50da80 --- /dev/null +++ b/net/ntop/files/patch-plugins_netflowPlugin.c @@ -0,0 +1,11 @@ +--- plugins/netflowPlugin.c.orig 2009-06-22 14:00:56.000000000 -0400 ++++ plugins/netflowPlugin.c 2009-06-22 14:01:10.000000000 -0400 +@@ -28,7 +28,7 @@ + static void* netflowUtilsLoop(void* _deviceId); + #endif + +-#define DEBUG_FLOWS ++//#define DEBUG_FLOWS + + #define CONST_NETFLOW_STATISTICS_HTML "statistics.html" + -- cgit