summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNS/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-DNS/patches/patch-aa')
-rw-r--r--net/p5-Net-DNS/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/p5-Net-DNS/patches/patch-aa b/net/p5-Net-DNS/patches/patch-aa
new file mode 100644
index 00000000000..63dd78819c7
--- /dev/null
+++ b/net/p5-Net-DNS/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2002/09/09 00:24:12 heinz Exp $
+
+--- Makefile.PL.orig Sat Aug 10 06:06:27 2002
++++ Makefile.PL
+@@ -24,17 +24,13 @@
+
+ print <<EOT;
+
+-You appear to be directly connected to the Internet. I have some tests
+-that try to query live nameservers.
++You appear to be directly connected to the Internet.
++I will enable some tests that try to query live nameservers.
+
+ EOT
+
+- if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
+ open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
+ close(ENABLED);
+- } else {
+- unlink("t/online.enabled"); # just to be shure...
+- }
+ }
+
+