diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 01:03:42 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 01:03:42 +0000 |
commit | 4bd953d9e9f77c9e1688cc3fec99356749069fce (patch) | |
tree | 1b034c239e697c7fa03f7560ca57dd01ba334b56 /net/nagios-plugins/files/patch-utils.sh.in | |
parent | Update to 1.6 release (diff) |
Add nagios-plugins after repocopy from netsaint-plugins.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Repocopied by: joe
Notes
Notes:
svn path=/head/; revision=63351
Diffstat (limited to 'net/nagios-plugins/files/patch-utils.sh.in')
-rw-r--r-- | net/nagios-plugins/files/patch-utils.sh.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/nagios-plugins/files/patch-utils.sh.in b/net/nagios-plugins/files/patch-utils.sh.in new file mode 100644 index 000000000000..4526200301fe --- /dev/null +++ b/net/nagios-plugins/files/patch-utils.sh.in @@ -0,0 +1,15 @@ +--- 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' + } + |