diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-10-14 08:40:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-10-14 08:40:47 +0000 |
commit | 64bde32282f6b9a44c92811eed8839b6d8910b22 (patch) | |
tree | ddbf460b1fa2d9e0a75a609af2bf03522ed5fc11 /net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in | |
parent | Switch to a newer (non-deprecated) version of Emacs. (diff) |
- Update to 1.4.10
- Remove patch for check_radius (obsolete)
PR: ports/117112
Submitted by: mm
Approved by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=201435
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.in | 6 |
1 files changed, 3 insertions, 3 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 index 940cf11e8a0d..5e1abd7acbb4 100644 --- a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in +++ b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in @@ -1,9 +1,9 @@ ---- 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 +--- 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 (@PACKAGE@ @VERSION@) $2" + echo "$1 v$2 (@PACKAGE@ @VERSION@)" - $ECHO "@WARRANTY@" | sed -e 's/\n/ /g' + $ECHO "@WARRANTY@" | /usr/bin/sed -e 's/\n/ /g' } |