aboutsummaryrefslogtreecommitdiffstats
path: root/dns/gresolver/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-24 02:12:40 +0800
committermarcus <marcus@FreeBSD.org>2004-10-24 02:12:40 +0800
commit0ec543e28e1971585cb0c647f78c55e6d3a53c65 (patch)
treed968b868c91a986e8134f87636cf9b2c1f325a86 /dns/gresolver/files
parent26119d807bc52b3596c2c23bb3b294b62113bd52 (diff)
downloadfreebsd-ports-gnome-0ec543e28e1971585cb0c647f78c55e6d3a53c65.tar.gz
freebsd-ports-gnome-0ec543e28e1971585cb0c647f78c55e6d3a53c65.tar.zst
freebsd-ports-gnome-0ec543e28e1971585cb0c647f78c55e6d3a53c65.zip
Add gresolver, a graphical DNS query tool using GTK+. It allows system
administrators to quickly and easily make the most common DNS queries without constructing lengthy dig commands. PR: 73030 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'dns/gresolver/files')
-rw-r--r--dns/gresolver/files/bind9.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/gresolver/files/bind9.diff b/dns/gresolver/files/bind9.diff
new file mode 100644
index 000000000000..a5eea697e0c3
--- /dev/null
+++ b/dns/gresolver/files/bind9.diff
@@ -0,0 +1,11 @@
+--- gresolver.pl.orig Sat Oct 23 07:47:39 2004
++++ gresolver.pl Sat Oct 23 07:47:53 2004
+@@ -160,7 +160,7 @@
+ ### build the dig query:
+ my $cmd = join(' ', (
+ $dig,
+- '+'.($recursive == 1 ? '' : 'no').'recursive',
++ '+'.($recursive == 1 ? '' : 'no').'recurse',
+ '+'.($additional == 1 ? '' : 'no').'additional',
+ '+'.($authoritative == 1 ? '' : 'no').'authority',
+ '+'.($trace == 1 ? '' : 'no').'trace',