From 28f968e38aecfca99842a5c484bf9436ba947619 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 15 May 2006 13:07:20 +0000 Subject: Update to Nagios Plugins 1.4.3: - Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers (maintainer) --- net-mgmt/nagios-plugins/files/patch-utils.sh.in | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 net-mgmt/nagios-plugins/files/patch-utils.sh.in (limited to 'net-mgmt/nagios-plugins/files/patch-utils.sh.in') diff --git a/net-mgmt/nagios-plugins/files/patch-utils.sh.in b/net-mgmt/nagios-plugins/files/patch-utils.sh.in deleted file mode 100644 index 4526200301fe..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-utils.sh.in +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins-scripts/utils.sh.in.orig Thu Jun 6 06:16:56 2002 -+++ plugins-scripts/utils.sh.in Sun Jul 14 17:40:56 2002 -@@ -14,10 +14,10 @@ - - print_revision() { - echo "$1 (@PACKAGE@ @VERSION@) $2" -- $ECHO "@WARRANTY@" | /bin/sed -e 's/\n/ /g' -+ $ECHO "@WARRANTY@" | /usr/bin/sed -e 's/\n/ /g' - } - - support() { -- $ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g' -+ $ECHO "@SUPPORT@" | /usr/bin/sed -e 's/\n/ /g' - } - -- cgit v1.2.3