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