diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-02-20 13:30:57 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-02-20 13:30:57 +0000 |
commit | 052618efdb18468fb429351f01dc038c424d1ed1 (patch) | |
tree | acef497c9503ee81727bac2d5e160cf266b944bb /net-mgmt/nagios-plugins | |
parent | 6b9ed3805b3877e424b28a1794e6d5b3846d355e (diff) | |
download | ports-052618efdb18468fb429351f01dc038c424d1ed1.tar.gz ports-052618efdb18468fb429351f01dc038c424d1ed1.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff | 2 |
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); |