mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
93aa7b5018
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.
32 lines
568 B
Plaintext
32 lines
568 B
Plaintext
*** util/usrModemUsage.orig Tue Jul 20 03:02:29 1999
|
|
--- util/usrModemUsage Sun Feb 13 20:50:34 2000
|
|
***************
|
|
*** 1,4 ****
|
|
! #!/usr/local/bin/perl -w
|
|
# -*- perl -*-
|
|
|
|
# usrModemUsage
|
|
--- 1,4 ----
|
|
! #!%%PATHPERLBIN%% -w
|
|
# -*- perl -*-
|
|
|
|
# usrModemUsage
|
|
***************
|
|
*** 23,29 ****
|
|
# modem chassis.
|
|
|
|
BEGIN {
|
|
! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "..";
|
|
}
|
|
|
|
#
|
|
--- 23,30 ----
|
|
# modem chassis.
|
|
|
|
BEGIN {
|
|
! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "..";
|
|
! $gInstallRoot = '%%PREFIX%%/cricket';
|
|
}
|
|
|
|
#
|