diff options
Diffstat (limited to 'net-mgmt/cricket/files')
-rw-r--r-- | net-mgmt/cricket/files/patch-aa | 19 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ab | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ac | 40 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ad | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ae | 13 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-af | 13 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ag | 28 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ah | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ai | 13 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-aj | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ak | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-al | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-am | 44 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-an | 31 | ||||
-rw-r--r-- | net-mgmt/cricket/files/patch-ao | 31 |
15 files changed, 0 insertions, 418 deletions
diff --git a/net-mgmt/cricket/files/patch-aa b/net-mgmt/cricket/files/patch-aa deleted file mode 100644 index 7bce91d18f91..000000000000 --- a/net-mgmt/cricket/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** sample-config/news-server/Defaults.orig Sat Jan 22 12:39:37 2000 ---- sample-config/news-server/Defaults Sat Jan 22 12:40:10 2000 -*************** -*** 11,17 **** - # you'll probably want to change this... unless you - # have Cricket in ~/cricket and your config tree in ~/config - util-dir = %auto-base%/../cricket/util -! remexec = "/usr/local/net/bin/ssh -l %user% %server%" - user = news - server = nntp-host - target-type = news-server ---- 11,17 ---- - # you'll probably want to change this... unless you - # have Cricket in ~/cricket and your config tree in ~/config - util-dir = %auto-base%/../cricket/util -! remexec = "%%PREFIX%%/bin/ssh -l %user% %server%" - user = news - server = nntp-host - target-type = news-server diff --git a/net-mgmt/cricket/files/patch-ab b/net-mgmt/cricket/files/patch-ab deleted file mode 100644 index 650ceb627c1f..000000000000 --- a/net-mgmt/cricket/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -*** 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"; 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"; diff --git a/net-mgmt/cricket/files/patch-ad b/net-mgmt/cricket/files/patch-ad deleted file mode 100644 index 886df19252f5..000000000000 --- a/net-mgmt/cricket/files/patch-ad +++ /dev/null @@ -1,31 +0,0 @@ -*** util/listInterfaces.orig Mon Jul 19 19:55:45 1999 ---- util/listInterfaces Sun Feb 13 20:48: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 { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; - } - - use lib "$gInstallRoot/lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$gInstallRoot/lib"; diff --git a/net-mgmt/cricket/files/patch-ae b/net-mgmt/cricket/files/patch-ae deleted file mode 100644 index 11802a51fd23..000000000000 --- a/net-mgmt/cricket/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -*** util/newsstats.orig Sat Jan 22 12:41:06 2000 ---- util/newsstats Sat Jan 22 12:41:12 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl - - ## - # Get simple stats from INND with cleanfeed ---- 1,4 ---- -! #!%%PATHPERLBIN%% - - ## - # Get simple stats from INND with cleanfeed diff --git a/net-mgmt/cricket/files/patch-af b/net-mgmt/cricket/files/patch-af deleted file mode 100644 index 18d6bcb1ef21..000000000000 --- a/net-mgmt/cricket/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -*** util/pmlines.pl.orig Sat Jan 22 12:41:27 2000 ---- util/pmlines.pl Sat Jan 22 12:41:35 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl - - # pmlines.pl - # ---- 1,4 ---- -! #!%%PATHPERLBIN%% - - # pmlines.pl - # diff --git a/net-mgmt/cricket/files/patch-ag b/net-mgmt/cricket/files/patch-ag deleted file mode 100644 index 830972963a84..000000000000 --- a/net-mgmt/cricket/files/patch-ag +++ /dev/null @@ -1,28 +0,0 @@ -*** util/rrd-dump.orig Wed Jun 16 04:28:02 1999 ---- util/rrd-dump Sun Feb 13 20:49:13 2000 -*************** -*** 1,11 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # this is a little script to exercise RRD::File -- useful - # when I was developing it, and possibly useful now too - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; - } - - use lib "$gInstallRoot/lib"; ---- 1,12 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # this is a little script to exercise RRD::File -- useful - # when I was developing it, and possibly useful now too - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$gInstallRoot/lib"; diff --git a/net-mgmt/cricket/files/patch-ah b/net-mgmt/cricket/files/patch-ah deleted file mode 100644 index 7f204c5d03b2..000000000000 --- a/net-mgmt/cricket/files/patch-ah +++ /dev/null @@ -1,31 +0,0 @@ -*** util/rrd-tune.orig Mon Jan 10 06:38:41 2000 ---- util/rrd-tune Sun Feb 13 20:49:47 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 { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - } - - use lib "$gInstallRoot/../lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$gInstallRoot/../lib"; diff --git a/net-mgmt/cricket/files/patch-ai b/net-mgmt/cricket/files/patch-ai deleted file mode 100644 index 76da6e08e799..000000000000 --- a/net-mgmt/cricket/files/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -*** util/test-url.orig Sat Jan 22 12:43:07 2000 ---- util/test-url Sat Jan 22 12:43:15 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # test-url: a simple script to see how fast a webserver is ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # test-url: a simple script to see how fast a webserver is diff --git a/net-mgmt/cricket/files/patch-aj b/net-mgmt/cricket/files/patch-aj deleted file mode 100644 index ee86b8388f14..000000000000 --- a/net-mgmt/cricket/files/patch-aj +++ /dev/null @@ -1,31 +0,0 @@ -*** 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'; - } - - # diff --git a/net-mgmt/cricket/files/patch-ak b/net-mgmt/cricket/files/patch-ak deleted file mode 100644 index c856a71a5639..000000000000 --- a/net-mgmt/cricket/files/patch-ak +++ /dev/null @@ -1,31 +0,0 @@ -*** 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; diff --git a/net-mgmt/cricket/files/patch-al b/net-mgmt/cricket/files/patch-al deleted file mode 100644 index c391d5d62086..000000000000 --- a/net-mgmt/cricket/files/patch-al +++ /dev/null @@ -1,31 +0,0 @@ -*** collector.orig Mon Jan 10 06:37:37 2000 ---- collector Sun Feb 13 20:42:06 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"; diff --git a/net-mgmt/cricket/files/patch-am b/net-mgmt/cricket/files/patch-am deleted file mode 100644 index 5a5562994c42..000000000000 --- a/net-mgmt/cricket/files/patch-am +++ /dev/null @@ -1,44 +0,0 @@ -*** grapher.cgi.orig Mon Jan 24 08:47:49 2000 ---- grapher.cgi Sun Feb 13 20:44:03 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 -*************** -*** 27,39 **** - # be prepended. Special care is taken to set $HOME right, - # even when running as user nobody (see fixHome for info). - -! $Common::global::gConfigRoot = 'cricket-config'; # i.e. $HOME/config - - # This magic attempts to guess the install directory based - # on how the script was called. If it fails for you, just - # hardcode it. - -! $Common::global::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. ---- 27,41 ---- - # be prepended. Special care is taken to set $HOME right, - # even when running as user nobody (see fixHome for info). - -! # $Common::global::gConfigRoot = 'cricket-config'; # i.e. $HOME/config -! $Common::global::gConfigRoot = '%%PREFIX%%/cricket/cricket-config'; - - # This magic attempts to guess the install directory based - # on how the script was called. If it fails for you, just - # hardcode it. - -! # $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.'; -! $Common::global::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. diff --git a/net-mgmt/cricket/files/patch-an b/net-mgmt/cricket/files/patch-an deleted file mode 100644 index b8d06434bef8..000000000000 --- a/net-mgmt/cricket/files/patch-an +++ /dev/null @@ -1,31 +0,0 @@ -*** 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. diff --git a/net-mgmt/cricket/files/patch-ao b/net-mgmt/cricket/files/patch-ao deleted file mode 100644 index f9834d9dfb96..000000000000 --- a/net-mgmt/cricket/files/patch-ao +++ /dev/null @@ -1,31 +0,0 @@ -*** compile.orig Fri Jul 16 08:07:25 1999 ---- compile Sun Feb 13 20:42:54 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"; |