1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/cricket/files/patch-an
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
1013 B
Plaintext

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