summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket/files/patch-ab
blob: 650ceb627c1f9ba917207b5bf43b16a47c6651d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** util/dump-targets.orig	Sun Jan  9 09:25:52 2000
--- util/dump-targets	Sun Feb 13 20:46: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
***************
*** 20,26 ****
  #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  
  BEGIN {
! 	$Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
  }
  
  use lib "$Common::global::gInstallRoot/../lib";
--- 20,27 ----
  #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  
  BEGIN {
! #	$Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
! 	$Common::global::gInstallRoot = '%%PREFIX%%/cricket';
  }
  
  use lib "$Common::global::gInstallRoot/../lib";