aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2014-02-20 21:30:57 +0800
committerdemon <demon@FreeBSD.org>2014-02-20 21:30:57 +0800
commitebb4f60d7e2a14544d70209d61e81d00f0f926ca (patch)
treeacef497c9503ee81727bac2d5e160cf266b944bb /net-mgmt/nagios-plugins
parentfe049f44a09f655e59001e269163f097f7bfad48 (diff)
downloadfreebsd-ports-gnome-ebb4f60d7e2a14544d70209d61e81d00f0f926ca.tar.gz
freebsd-ports-gnome-ebb4f60d7e2a14544d70209d61e81d00f0f926ca.tar.zst
freebsd-ports-gnome-ebb4f60d7e2a14544d70209d61e81d00f0f926ca.zip
Make drill more similar to dig.
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff b/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff
index be1b8ee89e98..9aa7b7685b30 100644
--- a/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff
+++ b/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff
@@ -5,7 +5,7 @@
/* get the command to run */
- xasprintf (&command_line, "%s @%s -p %d %s -t %s %s %s",
-+ xasprintf (&command_line, "%s @%s -p %d %s %s %s %s",
++ xasprintf (&command_line, "%s @%s -z -p %d %s %s %s %s",
PATH_TO_DIG, dns_server, server_port, query_address, record_type, dig_args, query_transport);
alarm (timeout_interval);