summaryrefslogtreecommitdiff
path: root/net/jwhois/patches/patch-aa
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-10-23 20:49:38 +0000
committershattered <shattered@pkgsrc.org>2012-10-23 20:49:38 +0000
commit2b0ec1892cd0cc93c06c9493f8f1c70f6b78ab91 (patch)
tree4236dc57dd03741c4c489d1cc9cafaa690e9243a /net/jwhois/patches/patch-aa
parentee7215b2e5ad6cce13f32863aa5c01727bb4ce4b (diff)
downloadpkgsrc-2b0ec1892cd0cc93c06c9493f8f1c70f6b78ab91.tar.gz
Fix connection failures to WHOIS servers with IPv6 addresses from hosts
without IPv6 connectivity. Patch taken from Debian bug report 542148. Also delint.
Diffstat (limited to 'net/jwhois/patches/patch-aa')
-rw-r--r--net/jwhois/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jwhois/patches/patch-aa b/net/jwhois/patches/patch-aa
index dee46181494..11c2a8ff3f6 100644
--- a/net/jwhois/patches/patch-aa
+++ b/net/jwhois/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.12 2009/01/09 16:20:20 shattered Exp $
+$NetBSD: patch-aa,v 1.13 2012/10/23 20:49:38 shattered Exp $
--- example/jwhois.conf.orig 2007-03-26 09:12:08.000000000 +0000
+++ example/jwhois.conf
@@ -52,7 +52,7 @@ $NetBSD: patch-aa,v 1.12 2009/01/09 16:20:20 shattered Exp $
# Path to the browser to use for HTTP servers.
#
-browser-pathname = "/usr/bin/lynx";
-+browser-pathname = "/usr/pkg/bin/lynx";
++browser-pathname = "@PREFIX@/bin/lynx";
#
# Command line argument to browser to get output on stdout.