summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/files/patch-utils.sh.in
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/nagios-plugins/files/patch-utils.sh.in
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Notes
Notes: svn path=/head/; revision=101812
Diffstat (limited to 'net/nagios-plugins/files/patch-utils.sh.in')
-rw-r--r--net/nagios-plugins/files/patch-utils.sh.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/nagios-plugins/files/patch-utils.sh.in b/net/nagios-plugins/files/patch-utils.sh.in
deleted file mode 100644
index 4526200301fe..000000000000
--- a/net/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'
- }
-