summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket/files/patch-ak
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /net-mgmt/cricket/files/patch-ak
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Diffstat (limited to 'net-mgmt/cricket/files/patch-ak')
-rw-r--r--net-mgmt/cricket/files/patch-ak31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/cricket/files/patch-ak b/net-mgmt/cricket/files/patch-ak
deleted file mode 100644
index c856a71a5639..000000000000
--- a/net-mgmt/cricket/files/patch-ak
+++ /dev/null
@@ -1,31 +0,0 @@
-*** collect-subtrees.orig Mon Jan 24 03:24:13 2000
---- collect-subtrees Sun Feb 13 20:42:15 2000
-***************
-*** 1,4 ****
-! #!/usr/local/bin/perl -w
- # -*- perl -*-
-
- # Cricket: a configuration, polling and data display wrapper for RRD files
---- 1,4 ----
-! #!%%PATHPERLBIN%% -w
- # -*- perl -*-
-
- # Cricket: a configuration, polling and data display wrapper for RRD files
-***************
-*** 30,36 ****
- # to tell collect-subtrees where to find it.
-
- BEGIN {
-! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
- }
-
- use Getopt::Long;
---- 30,37 ----
- # to tell collect-subtrees where to find it.
-
- BEGIN {
-! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
-! $gInstallRoot = '%%PREFIX%%/cricket';
- }
-
- use Getopt::Long;