summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket/files/patch-an
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /net-mgmt/cricket/files/patch-an
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes: svn path=/head/; revision=29673 svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'net-mgmt/cricket/files/patch-an')
-rw-r--r--net-mgmt/cricket/files/patch-an31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/cricket/files/patch-an b/net-mgmt/cricket/files/patch-an
deleted file mode 100644
index b8d06434bef8..000000000000
--- a/net-mgmt/cricket/files/patch-an
+++ /dev/null
@@ -1,31 +0,0 @@
-*** mini-graph.cgi.orig Sat Jul 10 05:17:41 1999
---- mini-graph.cgi Sun Feb 13 20:44:34 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
-***************
-*** 24,30 ****
- # on how the script was called. If it fails for you, just
- # hardcode it.
-
-! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.';
-
- # cached images are stored here... there will be no more than
- # 5 minutes worth of images, so it won't take too much space.
---- 24,31 ----
- # on how the script was called. If it fails for you, just
- # hardcode it.
-
-! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.';
-! $gInstallRoot = '%%PREFIX%%/cricket';
-
- # cached images are stored here... there will be no more than
- # 5 minutes worth of images, so it won't take too much space.