aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-31 12:39:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-31 12:39:58 +0000
commit5012daeff60fce4bd4253b7580a38d160ef42a2c (patch)
tree8d39e218f6f77e7aceee6fc6836e700c374a6342 /net-mgmt/nagios-plugins/files
parent7354fc1b89b4ab7829dce422fcf9dcf2933d8f4e (diff)
downloadports-5012daeff60fce4bd4253b7580a38d160ef42a2c.tar.gz
ports-5012daeff60fce4bd4253b7580a38d160ef42a2c.zip
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins/files')
-rw-r--r--net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff4
1 files changed, 2 insertions, 2 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 3f568a49445f..5d6bf02d7fa9 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
@@ -6,8 +6,8 @@
/* get the command to run */
- xasprintf (&command_line, "%s %s %s -p %d @%s %s %s +tries=%d +time=%d",
- PATH_TO_DIG, dig_args, query_transport, server_port, dns_server, query_address, record_type, number_tries, timeout_interval_dig);
-+ xasprintf (&command_line, "%s %s @%s -z -p %d %s %s %s",
-+ PATH_TO_DIG, dig_args, dns_server, server_port, query_transport, query_address, record_type);
++ xasprintf (&command_line, "%s %s %s -p %d @%s %s %s",
++ PATH_TO_DIG, dig_args, query_transport, server_port, dns_server, query_address, record_type);
alarm (timeout_interval);
gettimeofday (&tv, NULL);