summaryrefslogtreecommitdiff
path: root/www/squid-current
diff options
context:
space:
mode:
authorbad <bad>1999-01-31 18:54:24 +0000
committerbad <bad>1999-01-31 18:54:24 +0000
commit46fa07c28bcf1dcd6ff033d31196ac3ac55c7163 (patch)
tree267b2f6f0a2a828d5fb0e97f1dacbd9a3e10680c /www/squid-current
parent51350c819edd6d6a74950c2231915c293c6b9067 (diff)
downloadpkgsrc-46fa07c28bcf1dcd6ff033d31196ac3ac55c7163.tar.gz
Per Duane Wessels on squid-user mailing list: Do not lose parents on
reconfigure/restart.
Diffstat (limited to 'www/squid-current')
-rw-r--r--www/squid-current/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/squid-current/patches/patch-ai b/www/squid-current/patches/patch-ai
new file mode 100644
index 00000000000..37ad1e82f2d
--- /dev/null
+++ b/www/squid-current/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 1999/01/31 18:54:24 bad Exp $
+
+--- src/neighbors.c.orig Fri Dec 4 18:17:12 1998
++++ src/neighbors.c Sun Jan 31 18:58:40 1999
+@@ -915,7 +915,7 @@
+ {
+ peer *p = NULL;
+ if (eventFind(peerRefreshDNS, NULL))
+- return;
++ eventDelete(peerRefreshDNS, NULL);
+ if (!data && 0 == stat5minClientRequests()) {
+ /* no recent client traffic, wait a bit */
+ eventAddIsh("peerRefreshDNS", peerRefreshDNS, NULL, 180.0, 1);