From 0f5031c7b3a56973b42589ee7e725276bb55b96f Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 14 Apr 2014 15:29:16 +0000 Subject: Update to 2.0 - Convert to options knobs - On FreeBSD >=10.0 install a hidden copy of dig/nslookup to help with check_dig, and add back check_dns. Changes: https://nagios-plugins.org/nagios-plugins-2-0-released/ Sponsored by: Absolight --- .../files/patch-plugins-scripts__utils.sh.in | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in (limited to 'net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in') diff --git a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in deleted file mode 100644 index 5e1abd7acbb4..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins-scripts/utils.sh.in.orig Sat Jul 7 21:10:29 2007 -+++ plugins-scripts/utils.sh.in Sun Oct 14 12:33:54 2007 -@@ -14,10 +14,10 @@ - - print_revision() { - echo "$1 v$2 (@PACKAGE@ @VERSION@)" -- $ECHO "@WARRANTY@" | sed -e 's/\n/ /g' -+ $ECHO "@WARRANTY@" | /usr/bin/sed -e 's/\n/ /g' - } - - support() { -- $ECHO "@SUPPORT@" | sed -e 's/\n/ /g' -+ $ECHO "@SUPPORT@" | /usr/bin/sed -e 's/\n/ /g' - } - -- cgit v1.2.3