diff options
author | demon <demon@FreeBSD.org> | 2014-02-20 21:30:57 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-02-20 21:30:57 +0800 |
commit | ebb4f60d7e2a14544d70209d61e81d00f0f926ca (patch) | |
tree | acef497c9503ee81727bac2d5e160cf266b944bb /net-mgmt/nagios-plugins | |
parent | fe049f44a09f655e59001e269163f097f7bfad48 (diff) | |
download | freebsd-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.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); |