summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net-mgmt/cricket/files/patch-ac
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'net-mgmt/cricket/files/patch-ac')
-rw-r--r--net-mgmt/cricket/files/patch-ac40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-mgmt/cricket/files/patch-ac b/net-mgmt/cricket/files/patch-ac
deleted file mode 100644
index 2bdff6c439ff..000000000000
--- a/net-mgmt/cricket/files/patch-ac
+++ /dev/null
@@ -1,40 +0,0 @@
-*** util/generate-statics.orig Sun Jan 9 09:29:20 2000
---- util/generate-statics Sun Feb 13 20:47:27 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
-***************
-*** 20,30 ****
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- BEGIN {
-! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
-
- # You need to update this to point to the URL
- # you use to access Cricket.
-! $gBaseURL = "http://localhost/~cricket/grapher.cgi";
- }
-
- use lib "$gInstallRoot/../lib";
---- 20,32 ----
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- BEGIN {
-! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
-! $gInstallRoot = '%%PREFIX%%/cricket';
-
- # You need to update this to point to the URL
- # you use to access Cricket.
-! # $gBaseURL = "http://localhost/~cricket/grapher.cgi";
-! $gBaseURL = "http://localhost/cgi-bin/grapher.cgi";
- }
-
- use lib "$gInstallRoot/../lib";