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, 15 insertions, 0 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
new file mode 100644
index 000000000000..940cf11e8a0d
--- /dev/null
+++ b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in
@@ -0,0 +1,15 @@
+--- plugins-scripts/utils.sh.in.orig Wed Mar 22 23:29:36 2006
++++ plugins-scripts/utils.sh.in Fri May 12 23:37:49 2006
+@@ -14,10 +14,10 @@
+
+ print_revision() {
+ echo "$1 (@PACKAGE@ @VERSION@) $2"
+- $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'
+ }
+