1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/cricket/files/patch-ak
Torsten Blum 93aa7b5018 Cricket is a high performance, extremely flexible system for monitoring
trends in time-series data. Cricket was expressly developed to help network
managers visualize and understand the traffic on their networks, but it can
be used all kinds of other jobs, as well. It's similar to mrtg, but takes
a different approach, is faster and more flexible.
2000-02-13 21:00:09 +00:00

32 lines
768 B
Plaintext

*** 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;