summaryrefslogtreecommitdiff
path: root/misc/logsurfer
diff options
context:
space:
mode:
authorcjones <cjones>2000-08-08 23:21:22 +0000
committercjones <cjones>2000-08-08 23:21:22 +0000
commit5da32bccd225782131dca924e39cc6502806efe2 (patch)
tree3357dd1033704731667590a261a8b8bc6c32f231 /misc/logsurfer
parentec9751beaa0f66e10e96083025ceff6a9eb8a9ca (diff)
downloadpkgsrc-5da32bccd225782131dca924e39cc6502806efe2.tar.gz
Added one-line patch to fix lack of timeouts.
Patch has been submitted to the folks at cert.dfn.de.
Diffstat (limited to 'misc/logsurfer')
-rw-r--r--misc/logsurfer/files/patch-sum3
-rw-r--r--misc/logsurfer/patches/patch-ab11
2 files changed, 13 insertions, 1 deletions
diff --git a/misc/logsurfer/files/patch-sum b/misc/logsurfer/files/patch-sum
index d90f21e6272..b3394bc9be9 100644
--- a/misc/logsurfer/files/patch-sum
+++ b/misc/logsurfer/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.2 2000/08/02 17:29:05 cjones Exp $
+$NetBSD: patch-sum,v 1.3 2000/08/08 23:21:22 cjones Exp $
MD5 (patch-aa) = b6193ad30be375a6fe30ab0f2faf5e6a
+MD5 (patch-ab) = c62ad7ac8b200cff2010e2058ca1b95e
diff --git a/misc/logsurfer/patches/patch-ab b/misc/logsurfer/patches/patch-ab
new file mode 100644
index 00000000000..a18a6219596
--- /dev/null
+++ b/misc/logsurfer/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.4 2000/08/08 23:21:23 cjones Exp $
+--- src/context.c.orig Tue Aug 8 17:07:45 2000
++++ src/context.c Tue Aug 8 17:07:55 2000
+@@ -551,7 +551,6 @@
+ {
+ struct context *this_context, *next_context;
+
+- next_context_timeout=LONG_MAX;
+ this_context=all_contexts;
+ while ( this_context != NULL ) {
+ next_context=this_context->next;