svn commit: r345226 - head/net-mgmt/nagios-plugins/files

Dmitry Sivachenko demon at FreeBSD.org
Thu Feb 20 13:30:57 UTC 2014


Author: demon
Date: Thu Feb 20 13:30:57 2014
New Revision: 345226
URL: http://svnweb.freebsd.org/changeset/ports/345226
QAT: https://qat.redports.org/buildarchive/r345226/

Log:
  Make drill more similar to dig.

Modified:
  head/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff

Modified: head/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff
==============================================================================
--- head/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff	Thu Feb 20 13:26:26 2014	(r345225)
+++ head/net-mgmt/nagios-plugins/files/extra-patch-dig-to-drill.diff	Thu Feb 20 13:30:57 2014	(r345226)
@@ -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);


More information about the svn-ports-all mailing list