aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
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);