summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in15
1 files changed, 0 insertions, 15 deletions
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'
- }
-